关闭浏览器清除cookie

1 window.onbeforeunload = function()
2 {
3     var n = window.event.screenX - window.screenLeft;
4     var b = n > document.documentElement.scrollWidth-20;
5     if(b && window.event.clientY < 0 || window.event.altKey)
6     {
7        delAllCookie();
8     }
9 }

 

posted @ 2017-09-23 09:21  不一样的开始  阅读(3250)  评论(0编辑  收藏  举报