首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

IE FF Chrome浏览器离开弹窗揭示

2013-01-08 
IE FF Chrome浏览器离开弹窗提示//--------------离开提示---------------------window.onbeforeunload

IE FF Chrome浏览器离开弹窗提示

//--------------离开提示---------------------window.onbeforeunload = function(e){if(window.navigator.userAgent.indexOf("Chrome") !== -1 ){return '提示!';}if ( e && e.preventDefault ){e.preventDefault();}else{        window.event.returnValue = '';}}
?

热点排行