读书人

JS刷新页面跟关闭

发布时间: 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>

读书人网 >JavaScript

热点推荐