首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

封闭窗口无提示

2012-09-10 
关闭窗口无提示htmlbody scriptwindow.openernull window.open(,_self)window.close()/scri

关闭窗口无提示

<html>
<body >
<script>window.opener=null; window.open('','_self');
window.close()</script>
</body>
</html>

热点排行