How do i prevent the confirm dialog from appearing when i close a window using the javascript method window.close()
can anyone help me please manju
tedster
7:25 pm on Jun 20, 2001 (gmt 0)
Javascript can only automatically close a window that it opened. If you're closing a window that was opened in another way, you will always see the confirm dialog box. It's a security necessity.