| 【打印本页】 | 【收藏】 | 【关闭】 | 【字号 大 中 小】 |
代码:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|---只在关闭窗口的时候提示,刷新的时候不提示</title>
<script for=window event=onbeforeunload>
if(event.clientX>document.body.clientWidth)alert("你没有刷新就关闭了?");
</script>
</head>
<body>
</body>
</html>