function window.onbeforeunload()
{
if(event.clientX>document.body.clientWidth&&event.clientY<0||event.altKey)
{
}
else
{
//window.history.go(0);
alert("您在刷新!");
//__doPostBack("ButtonItemAdd","");
//window.location.href=window.location.href;
}
}
参看:http://www.microsoft.com/china/msdn/library/webservices/asp.net/BedrockAspNet.mspx