900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > 检测IE版本 提示升级浏览器

检测IE版本 提示升级浏览器

时间:2019-04-30 15:59:54

相关推荐

检测IE版本 提示升级浏览器

(function(window) {var theUA = window.navigator.userAgent.toLowerCase();if ((theUA.match(/msie\s\d+/) && theUA.match(/msie\s\d+/)[0]) || (theUA.match(/trident\s?\d+/) && theUA.match(/trident\s?\d+/)[0])) {var ieVersion = theUA.match(/msie\s\d+/)[0].match(/\d+/)[0] || theUA.match(/trident\s?\d+/)[0];if (ieVersion <= 10) {var str = "你的浏览器版本太low了\n已经和时代脱轨了!";var str2 = "推荐使用:<a href='/s?ie=UTF-8&wd=%E8%B0%B7%E6%AD%8C%E6%B5%8F%E8%A7%88%E5%99%A8' target='_blank' style='font-size:20px;color:#cc0'>谷歌</a>,"+ "<a href='/s?ie=UTF-8&wd=%E7%81%AB%E7%8B%90%E6%B5%8F%E8%A7%88%E5%99%A8' target='_blank' style='font-size:20px;color:#cc0'>火狐</a>,"+ "<a href='/s?ie=UTF-8&wd=%E7%8C%8E%E8%B1%B9%E6%B5%8F%E8%A7%88%E5%99%A8' target='_blank' style='font-size:20px;color:#cc0'>猎豹</a>,其他双核急速模式";document.writeln("<pre style='text-align:center;color:#fff;background-color:#0cc; height:100%;border:0;position:fixed;top:0;left:0;width:100%;z-index:1234'>" + "<h2 style='padding-top:200px;margin:0'><strong>" + str + "<br/></strong></h2><p>" + str2 + "</p><h2 style='margin:0'><strong>如果你的使用的是IE浏览器,请升级到IE10以上<br/></strong></h2></pre>");document.execCommand("Stop");};}})(window);

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。