Forums
This topic is locked
Closing a browser window on submit
Posted 22 years ago
1
has voted
22 years ago pete morales posted:
How on Earth do I close a browser window on submission of a form. HELP!
Someone......anyone?
Replies
Replied 22 years ago
22 years ago Stefan P replied:
Add the following javascript to the <INPUT> tag:
<INPUT type="submit" onClick="javascript:window.close()">
Hope this helps.
Stefan
<INPUT type="submit" onClick="javascript:window.close()">
Hope this helps.
Stefan
Replied 22 years ago
22 years ago pete pete replied:
thanks,
It closes the browser window , but it closes even if the form is blank.
Pete Morales
It closes the browser window , but it closes even if the form is blank.
Pete Morales