RT 有啥办法吗 关闭整个浏览器是可以的 怎么回事 Ie6因为是单标签的所以不存在这个问题 急 偶要清Session的
------最佳解决方案--------------------------------------------------------
window.onbeforeunload = function()
{
if((window.event.screenX - window.screenLeft) > (document.documentElement.scrollWidth-20) &&
window.event.clientY < 0
------其他解决方案--------------------------------------------------------
window.event.altKey)
{
} else{
}
}
------其他解决方案--------------------------------------------------------
试过了 没用的 还是谢谢了
------其他解决方案--------------------------------------------------------
<body onbeforeunload="event.returnValue= '你选择了退出,Are you sure? '">
</body>
------其他解决方案--------------------------------------------------------
找到答案了吗?看看你怎样销毁Session的