Dear all,
The javascript method window.close asks for confirmation before closing a window. Is there any way I can remove the confirmation message. Thanks in advance
Printable View
Dear all,
The javascript method window.close asks for confirmation before closing a window. Is there any way I can remove the confirmation message. Thanks in advance
The only way I lnow how to do this is to open the page (or site) in a new, named window first, and then when you call window.close there is no confirmation dialog.
Hope this helps,
Tom
Does it mean that to disable the close confirmation dialog the window should have a title.
i have no idea, all i know is that it works...
thanx a lot