空地

生活,工作,记录(内容基本都是转载,自己工作用到的时候看看而已)

导航

获取浏览器关闭

window.onbeforeunload = function(){
            if(event.clientX>document.body.clientWidth&&event.clientY<0||event.altKey) {
                alert("关闭浏览器了");
            }
        }

 

 

 

posted on 2008-07-21 19:39  小梅  阅读(104)  评论(0)    收藏  举报