【发布时间】:2014-12-02 00:04:06
【问题描述】:
我尝试过使用以下脚本
[if IE]
<script type="text/javascript">
window.location = "error.html";
</script>
[endif]
除了 Chrome 等其他浏览器也重定向到 error.html 页面这一事实之外,它就像一种享受。它有什么问题?谢谢
【问题讨论】:
-
不要。严重地。如果人们想用IE,尤其是现代IE。让他们。改用特征检测和渐进增强。
标签: javascript html css internet-explorer redirect