PDA

View Full Version : Close window alert message


bkyle001
05-08-2003, 08:22 PM
Is there a way to bypass the alert message that pops when you try to close a browser window?

liorean
05-08-2003, 08:29 PM
In ie you can dowindow.opener=window.top;
window.close();
No other browser allows you to do something that breaks the personal integrity such as that.