Lysanne
08-16-2003, 05:14 PM
Hello,
I know there's already a lot of stuff about popup windows and forms, but nothing is quite answering my question, so here I go...
I need to create a popup window using the "on submit" event, because I do not want to use the traditionnal submit button. My code ALMOST works, but the window that opens is a traditional window, not a popup with the parameters I need. Here's my code:
for the "form" tag:
<form action="recap5_r.htm" target="fenver" method="post" name="form_recap_5" id="form_recap_5" onSubmit="window.open('recap5_r.htm', 'fenver', 'scrollbars=yes,resizable=yes,width=420,height=600'); return false;">
for the image being used as the "submit" button:
<a href="javascript:document.form_recap_5.submit()" onmouseover="document.form_recap_5.sub_but.src='images/bt_ver_o.gif'" onmouseout="document.form_recap_5.sub_but.src='images/bt_ver.gif'"><img src="images/bt_ver.gif" name="sub_but" width="129" height="38" border="0" id="sub_but"></a>
I can't think of any other way. Can anyone help?
:confused:
Thanks,
Lysanne
I know there's already a lot of stuff about popup windows and forms, but nothing is quite answering my question, so here I go...
I need to create a popup window using the "on submit" event, because I do not want to use the traditionnal submit button. My code ALMOST works, but the window that opens is a traditional window, not a popup with the parameters I need. Here's my code:
for the "form" tag:
<form action="recap5_r.htm" target="fenver" method="post" name="form_recap_5" id="form_recap_5" onSubmit="window.open('recap5_r.htm', 'fenver', 'scrollbars=yes,resizable=yes,width=420,height=600'); return false;">
for the image being used as the "submit" button:
<a href="javascript:document.form_recap_5.submit()" onmouseover="document.form_recap_5.sub_but.src='images/bt_ver_o.gif'" onmouseout="document.form_recap_5.sub_but.src='images/bt_ver.gif'"><img src="images/bt_ver.gif" name="sub_but" width="129" height="38" border="0" id="sub_but"></a>
I can't think of any other way. Can anyone help?
:confused:
Thanks,
Lysanne