Chrome中onunload和onbeforeunload·不起作用,还好我有关闭按钮

本来在代码中使用的是body的onunload事件来耍行亲页面。

可是在Chrome浏览器中这个事件却不被触发。

查询网上资料Chrome是支持该事件的,为什么呢?

  • Navigating to another page directly in the browser or with a link.
  • Closing the current browser window or tab page.
  • Reloading the current page.
  • Manipulating the URL of the currently loaded page through the location object from JavaScript.
  • Invoking the window.navigate method.
  • Invoking the window.open or the document.open method to open a document in the same window.

HTML代码:

<head>
    <script type="text/javascript">
        function OnUnLoad () {
            alert ("The current document will be unloaded!");
        }
    </script>
</head>
<body οnunlοad="OnUnLoad ()">
    <b>Close this window or press F5 to reload the page.</b>
</body>

实在没则了,只会在close方法里面先执行刷新亲页面,然后调用window.close()。

要是没有关闭按钮,能是隐形调用就不知道咋弄了。



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值