window.onbeforeunload方法在IE内核浏览器是有效的,但是在google浏览器中并不兼容,请教给位怎么在google浏览器中兼容window.onbeforeunload方法 采纳的答案 window.onbeforeunload = function (e) { e = e || window.event; // For IE and Firefox prior to version 4 if (e) { e.returnValue = '确定退出吗?'; } // For
Google浏览器历史版本下载地址https://www.slimjet.com/chrome/google-chrome-old-version.php google webdriver下载地址分享: 点击下载chrome的webdriver:http://chromedriver.storage.googleapis.com/index.html
最近做一个功能,测试环境测试没问题,google浏览器测试也没问题,结果上生产发现google浏览器竟然用不了.查看控制台发现控制台报错: Ignored call to 'confirm()'. The document is sandboxed, and the 'allow-modals' keyword is not set. 功能很简单,就是弹出一个确认对话框,但是生产环境google上竟然弹不出来,一直报上面问题.后来分析生产环境的页面是嵌入到一个iframe中的,iframe中有一
Google浏览器历史版本下载地址https://www.slimjet.com/chrome/google-chrome-old-version.php google webdriver下载地址分享: 点击下载chrome的webdriver:http://chromedriver.storage.googleapis.com/index.html