股墓山庄

专注于AS3,JavaScript 每天一点进步,坚持...
  博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

JS关闭页面不弹提示

Posted on 2012-08-13 16:57  股墓山庄庄主  阅读(562)  评论(0编辑  收藏  举报

 

示例:打开一个弹窗,关闭父页面,不弹出关闭提示。

window.opener = null;
window.open("flashindex.html","","fullscreen=1,menubar=0,toolbar=0,directories=0,location=0,status=0,scrollbars=yes,resizable=yes");
window.open('', '_self');
window.close();