当前位置: 代码迷 >> Web前端 >> 封闭窗口无提示
  详细解决方案

封闭窗口无提示

热度:313   发布时间:2012-09-10 22:20:12.0
关闭窗口无提示

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

  相关解决方案