1 if (window.navigator.appName == "Microsoft Internet Explorer") {
2 if (!document.documentMode || document.documentMode < 8) {
3 alert("请使用IE8以上版本!如果您启用了IE8的兼容模式,请您关闭它,以免不能正常使用系统!");
4 window.location.href = "tools/GoodBrowser.aspx";
5 }
6 }

 

相关文章:

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