JS刷新页面和关闭
<script>window.onbeforeunload=function (){alert("===onbeforeunload===");if(event.clientX>document.body.clientWidth && event.clientY < 0 || event.altKey){ alert("你关闭了浏览器");}else{ alert("你正在刷新页面");}}</script>
发布时间: 2013-08-26 12:17:40 作者: rapoo
JS刷新页面和关闭
<script>window.onbeforeunload=function (){alert("===onbeforeunload===");if(event.clientX>document.body.clientWidth && event.clientY < 0 || event.altKey){ alert("你关闭了浏览器");}else{ alert("你正在刷新页面");}}</script>