|
@@ -40,7 +40,7 @@ function BrowserType() {
|
|
|
} //myBrowser() end
|
|
|
|
|
|
if(BrowserType() != 'Chrome' && BrowserType() != 'IE11'){
|
|
|
- var con = alert('当前浏览器版本过低,为保证更好体验请下载谷歌浏览器进行操作 “https://www.google.cn/chrome”'); //在页面上弹出对话框
|
|
|
+ var con = alert('当前浏览器版本过低,为保证更好体验请下载谷歌浏览器进行操作, 点击【确定】升级,如不升级您将不能正常浏览网页!'+'\n'+'下载地址:“https://www.google.cn/chrome”'); //在页面上弹出对话框
|
|
|
if(con==true){}else{
|
|
|
window.location = "https://www.google.cn/chrome"
|
|
|
}
|