Here is what I have can anyone show me my error?
In short here is the pertinent part of the window.open call...
Code: Select all
var win2 = window.open("page.php","Window2","height=350,width=500,menubar=no,resizable=no,scrollbars=no,status=no");Code: Select all
<form name="form1" id="form1" method="post" action="javascript:void(0);">
<input name="email" type="text" size="30" />
<input name="submit" type="image" src="img.jpg" onClick="popUpCenteredWindow2();" width="59" height="15" border="0">
</form>