1. 程式人生 > >遮蔽IE彈出"您檢視的網頁正在試圖關閉視窗,是否關閉此視窗"的方法

遮蔽IE彈出"您檢視的網頁正在試圖關閉視窗,是否關閉此視窗"的方法

在IE6中範例程式碼如下:
window.opener= null;
window.close();

在IE7中示例程式碼如下:

window.opener= null;
window.open("","_self"); 
window.close();

關閉瀏覽器報錯:

—— Scripts may close only the windows that were opened by it.

關閉當前頁面js

open(location, '_self').close();

關閉 _open('bjsjwh.do?method=AddJyxm','新增檢驗專案',500,600) 新開啟的彈窗式頁面;

parent.parent.__MY_PAGE["Parent"].doQuery();
parent.parent.__selfClose(false);