Click to See Complete Forum and Search --> : Close Window


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?

pyro
07-01-2003, 02:42 PM
Yes, try something like this: http://www.infinitypages.com/research/selfclose.htm.