Please help me..
How to disble close button when i open a popup window on a jsp
-
on (1 messages)
- Posted by: kishore kumar
- Posted on: January 28 2005 07:39 EST
Threaded Messages (1)
- You can't remove the close button by Rich Hill on February 03 2005 16:10 EST
-
You can't remove the close button[ Go to top ]
- Posted by: Rich Hill
- Posted on: February 03 2005 16:10 EST
- in response to kishore kumar
Unfortunately you can not actually remove that button. The best work around that I've found is to use javaScript to perform an action when the browser is closed. Use some kind of monitoring flag in the popup and make sure it has been set, otherwise have the browser spawn a new window when it closes.