<head>
<SCRIPT type=text/javascript>
function unloadDestorySession(){
//首先要判断是要关闭页面还是要刷新页面
//关闭页面要销毁session而刷新页面要保留session
if(event.clientX>document.body.clientWidth&&event.clientY<0||event.altKey||event.ctrlKey){
try{
//关闭
initAjax();
url = "";
xmlHR.onreadystatechange = showCodeB;
xmlHR.open("get", "member.php?mod=logging&action=logout&formhash={FORMHASH}", true);
xmlHR.send(null);
//event.returnValue="close?";
}
catch(e)
{
//异常处理,防止服务器关闭后,解决用户关闭页面产生脚本错误!
}
}
else{
//刷新
//event.returnValue="确定离开当前吗?";
}
}
</SCRIPT>
</head>
<body onbeforeunload=unloadDestorySession()>
星期五, 07/27/2012 - 16:39 — 杨超