PDA

View Full Version : how to open in new fixed size window with onsubmit?


sharkyjay
11-11-2005, 11:24 PM
<form name="emailForm" method="post" action="http://xxx.ca/yyy.php" target="_blank" onSubmit="return doECheck(this.email.value)">
&nbsp;&nbsp;E-mail:
<input name="email" type="text" size="28" maxlength="50" value="">
<input name="cid" type="hidden" value="4">
&nbsp;&nbsp;<INPUT type="submit" value="Submi



How do I make it open in a fixed sized window?