Posted in Javascript onOctober 22, 2008
<script language=javascript> function stoprefresh() { return "you will lose any unsaved content"; } function UnloadConfirm() { //页面离开后的事件 alert('离开页面后的一些清理工作……'); } </script> <body> <script> window.onbeforeunload=stoprefresh; //注册关闭前的事件 window.onunload = UnloadConfirm; //注册关闭后的事件 </script> <a href = "https://3water.com">三水点靠木</a> </body>
javascript网页关闭时提醒效果脚本
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@