-jianjian
//低版本浏览器提示
if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE6.0") { 
alert("您正在使用低版本浏览器,为了保证您能有更好的访问效果,我们建议您使用谷歌Chrome浏览器、火狐Firefox浏览器或者IE8以上版本浏览器!"); 
} 
else if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")=="MSIE7.0") { 
alert("您正在使用低版本浏览器,为了保证您能有更好的访问效果,我们建议您使用谷歌Chrome浏览器、火狐Firefox浏览器或者IE8以上版本浏览器!"); 
} 

分类:

技术点:

相关文章:

  • 2022-01-14
  • 2022-01-30
  • 2022-12-23
  • 2021-08-05
  • 2022-02-26
猜你喜欢
  • 2021-08-30
  • 2022-12-23
  • 2021-12-31
  • 2022-02-15
  • 2021-09-06
  • 2022-01-21
相关资源
相似解决方案