首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

JS刷新页面跟关闭

2013-08-26 
JS刷新页面和关闭scriptwindow.onbeforeunloadfunction (){alert(onbeforeunload)if(event.cl

JS刷新页面和关闭

<script>window.onbeforeunload=function (){alert("===onbeforeunload===");if(event.clientX>document.body.clientWidth && event.clientY < 0 || event.altKey){     alert("你关闭了浏览器");}else{     alert("你正在刷新页面");}}</script>

热点排行