<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>