浏览器版本过于IE10低跳转到指定网页

Posted hllive

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了浏览器版本过于IE10低跳转到指定网页相关的知识,希望对你有一定的参考价值。

var userAgent = navigator.userAgent;
var ie6 = (/msie\s*(\d+)\.\d+/g.exec(userAgent.toLowerCase()) || [0, "0"])[1] == "6",
    ie7 = userAgent.indexOf(‘MSIE 7.0‘) > -1,
    ie8 = userAgent.indexOf(‘MSIE 8.0‘) > -1;
    ie9 = userAgent.indexOf(‘MSIE 9.0‘) > -1;
if (ie6 || ie7 || ie8 || ie9){
    window.location.href = ‘http://e.jikexueyuan.com/browser.html;
}

极客学院官网copy下来的

以上是关于浏览器版本过于IE10低跳转到指定网页的主要内容,如果未能解决你的问题,请参考以下文章

哪位高手知道如何用安卓编程访问指定网页(求详细代码)

php 在网页登陆成功后怎么实现网页跳转,由login跳转到index

连接Wi-Fi后自动跳转到指定网页是如何实现的?

html自动点击链接后跳转到指定页面

微信如何实现自动跳转到用其他浏览器打开指定页面下载APP

微信如何实现自动跳转到用其他浏览器打开指定页面下载APP