当前位置:主页 > 网页前端 > JavaScript代码 >

捕获关闭窗口的脚本

时间:2020-10-23 13:19:15 | 栏目:JavaScript代码 | 点击:

<html>
<body>
<script>
function LeaveWin(){
event.returnValue="call,确定要关闭吗";
}
window.onbeforeunload=LeaveWin;
</script>
</body>
</html>

您可能感兴趣的文章:

相关文章