`
tianyaguozhe
  • 浏览: 13870 次
  • 性别: Icon_minigender_1
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论

JS刷新页面和关闭

    博客分类:
  • js
阅读更多
<script>
window.onbeforeunload=function (){
alert("===onbeforeunload===");
if(event.clientX>document.body.clientWidth && event.clientY < 0 || event.altKey){
     alert("你关闭了浏览器");
}else{
     alert("你正在刷新页面");
}
}
</script>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics