摘要:
示例:打开一个弹窗,关闭父页面,不弹出关闭提示。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(); 阅读全文
posted @ 2012-08-13 16:57 股墓山庄庄主 阅读(562) 评论(0) 推荐(0) 编辑