`
daochuliudeyu
  • 浏览: 6328 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

浏览器关闭事件

 
阅读更多


<body onbeforeunload="onCloseIe();">



<script type="text/javascript">

function onCloseIe() {

//关闭整个浏览器
if (window.event) {
var n = window.event.screenX - window.screenLeft;
var b = n > document.documentElement.scrollWidth - 20;
if (event.clientX > document.body.clientWidth && event.clientY < 0
|| event.altKey) {
checkChatRoom('localhost','8080',$('#uid').val(),'logout');
}
}

}

</script>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics