Hallo,
I'm busy with a nieuws-item and when somebody wants to send the nieuws item to a friend he can click on a image.
Then a new window will pop up and there he can put in his and his friends names and email-adres.
But i have 1 problem, i can't get no value of a variable to the new form.
This is what i now have...:
[HTML] <form method="post"><input type="image" src="templates/images/emailvriend.gif" onClick="window.open('http://www.website.com/the_script.php','mywindow','width=500,height=500,l eft=350,top=300')" name="test2" value="blablablabla" /></form>[/HTML]
as you can see i tried to put in a name and a value but.. uuuu nothing...
Can anyone please help me?
Thanx Paul
|