您的位置:首页 > 其它

判断IE8下是否开启了兼容模式

2010-12-03 11:26 190 查看
if (window.navigator.appName == "Microsoft Internet Explorer") {
if (!document.documentMode || document.documentMode < 8) {
alert("请使用IE8以上版本!如果您启用了IE8的兼容模式,请您关闭它,以免不能正常使用系统!");
window.location.href = "tools/GoodBrowser.aspx";
}
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: