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
}
转载于:https://www.cnblogs.com/davidyang78/archive/2010/12/03/1895291.html
转载请注明原文地址: https://win8.8miu.com/read-1557492.html