各位大虾帮帮我!
---------------------------------------------------------------
1<script language="javascript">
2function window.onbeforeunload()
3{
4if(event.clientX>document.body.clientWidth&&event.clientY<0 ¦ ¦event.altKey)
5{
6var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
7xmlhttp.open("GET","sessionEnd.asp",false);
8xmlhttp.send();
9}
10}
11</script>