I'm trying to open a php file to a new window and pass a hidden variable to this window. I know how to open a new window using javascript with window.open:
<FORM><BR>
<INPUT type='button' value='Review This Article' onClick=\"window.open('review.php','mywindow','width=800,height=800,left=0,top=100,screenX=0,screenY=100')\"> <BR>
</FORM>
I just don't know how to pass a variable. Can someone help?
Thanks,
Elizabeth