如何将所有 IE 用户重定向到新页面
我的程序员正在休假,所以我需要你的帮助!我发现一个页面对 IE 用户来说存在错误。我想将所有 IE 用户重定向到不同的页面。
我该怎么做?我搜索了 Google 和 Stackoverflow,但找不到答案。 (我找到了一些脚本,并尝试了它们,但没有一个起作用)。
My programmer is on vacation so I need your help! I discovered a page that has a bug for IE users. I want to redirect all IE users to a different page.
How can I do this? I searched all through Google and Stackoverflow and cannot find an answer. (I found some scripts, and tried them, but none worked).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
尝试:
Try:
或者,如果是非 JS 解决方案,请将以下内容放入
head
部分:Or, a non-JS solution, put the following in your
head
section:提醒一下,[if IE] 解决方案不适用于 IE 10 或更高版本。对于 IE 10 尚未修复的“功能”来说,这可能非常烦人。我将尝试 php 和 java 解决方案并重新评论。
A reminder that the [if IE] solution does not apply to IE 10 or greater. This can be very annoying for "features" that have not been fixed by IE 10. I am going to try the php and java solutions and re-comment.
我把它放在标题中,它适用于所有 IE 版本:
I put this in header and it works for all IE versions:
对于 Internet Explorer 10,这个效果很好
For Internet Explorer 10 this one works well
使用 PHP 的服务器端解决方案保证在所有浏览器上运行:
Server-side solution using PHP that's guaranteed to work on all browsers:
Internet Explorer 中已删除对条件注释的支持10 个标准
我正在使用这个肮脏的黑客来重定向 IE10+ 用户
Support for conditional comments has been removed in Internet Explorer 10 standards
I'm use this dirty hack for redirecting IE10+ users
Node.js 代码:
您还可以使用此 Boycott-IE:upgrade-your-browser
js code:
You can also use this Boycott-IE:upgrade-your-browser