JS关闭窗口,IE不弹出提示

 

window.opener = null;
window.open(
'''_top');
window.top.close();
posted @ 2009-03-03 19:44 Michael.Z 阅读(382) 评论(1) 编辑 收藏