开发者

avoid the confirm dialog box when trying to close IE popup

开发者 https://www.devze.com 2022-12-16 20:50 出处:网络
How to avoid the confirm dialog box “the web page 开发者_C百科you are viewing is trying to close the window” when trying to close IE popup?Make sure the window you are trying to close is one you ope

How to avoid the confirm dialog box “the web page 开发者_C百科you are viewing is trying to close the window” when trying to close IE popup?


Make sure the window you are trying to close is one you opened with JavaScript, and not the one the user arrived at your site with (complete with history they might want to go back through).


This hack used to work in IE, but not sure if it still does:

window.opener = window;
window.close();
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号