iniquity
07-01-2003, 02:03 PM
I can easily make a close window button with this code:
<FORM>
<INPUT TYPE='BUTTON' VALUE='Close Window' onClick='window.close()'>
</FORM>
but when clicked it pops up a message to the user saying:
The Web page you are viewing is trying to close this window
Yes or NO
is there a way to get rid of this message?
<FORM>
<INPUT TYPE='BUTTON' VALUE='Close Window' onClick='window.close()'>
</FORM>
but when clicked it pops up a message to the user saying:
The Web page you are viewing is trying to close this window
Yes or NO
is there a way to get rid of this message?