Warning: file_get_contents() [function.file-get-contents]: SSL: 远程主机强迫关闭了一个现有的连接。 in D:\wwwroot\huidong\wwwroot\function.inc.php on line 884

Warning: file_get_contents(https://whois.pconline.com.cn/jsLabel.jsp?ip=127.0.0.1) [function.file-get-contents]: failed to open stream: HTTP request failed! in D:\wwwroot\huidong\wwwroot\function.inc.php on line 884
js 在关闭网页前显示提示框 - huidong

huidong

首页 | 会员登录 | 关于争取 2022 寒假做出汇东网 Ver3.0.0 !
搜索文章


之前写博客的时候经常手残点到关闭页面,然后博客内容就没了……


所以要用 js 提示是否关闭页面

window.onbeforeunload=function(event){ return ""; };

仅此即可。


返回值的内容是要在提示框出现的文本,必须要返回一个值(即使是空字符串)。但是测试发现在火狐无效,所以干脆就返回个空字符串好了。



返回首页


Copyright (C) 2018-2024 huidong