function closefresh()
{
var n = window.event.screenX - window.screenLeft;
var b = n > document.documentElement.scrollWidth-20;
if(b && window.event.clientY<0 || window.event.altKey){
alert("是关闭而非刷新");
}else{
alert("是刷新而非关闭");
}
}
这是其中的一个代码,但是只有在纯IE浏览器下才能正常运行,但还是偶尔会出现混淆的情况