WEB开发网
开发学院网页设计JavaScript javascript捕获窗口关闭事件 阅读

javascript捕获窗口关闭事件

 2008-11-05 20:00:03 来源:WEB开发网   
核心提示:function window.onbeforeunload() { if (event.clientX>document.body.clientWidth && event.clientY<0 ||event.altKey) window.event.returnValue="确定要退出

function window.onbeforeunload() { 
if (event.clientX>document.body.clientWidth && event.clientY<0 ||event.altKey) 
    window.event.returnValue="确定要退出本页吗?"; 
}

循环多次

if (event.clientY<0||event.altKey){
   window.event.returnValue="";
 }
else{
  
}

Tags:javascript 捕获 窗口

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接