Hi,
i have a page with a form, that when i click on sibmit it will open a pop-up window.
The problem is that the pop-up window cant catch the values passed by the form.
Heres the code:
<form name="form1" method="POST" action="javascript:MM_openBrWindow('popup.php','','scrollbars=yes,width=600,height=600')">
<input type="hidden" name="var" value="125">
<input type="submit" name="Submit" value="Submit">
</form>
Can someone help me...