摘要: window.onbeforeunload = function() { if((event.clientX>document.body.clientWidth&&event.clientY<0)||event.altKey) { //alert("关闭触发"); ... 阅读全文
posted @ 2007-07-09 11:40 M' 阅读(5602) 评论(1) 推荐(0)