| window closing using javascript
|
manjumurthy

msg:1480826 | 1:14 pm on Jun 20, 2001 (gmt 0) | 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

msg:1480827 | 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.
|
|
|