【问题标题】:message - You are using an outdated version of Internet Explorer消息 - 您使用的是过时版本的 Internet Explorer
【发布时间】:2013-01-16 21:52:35
【问题描述】:

“您使用的 Internet Explorer 版本过时。为了获得更快、更安全的浏览体验,请立即升级”

如果 IE(IE7 或更早版本)并且 Microsoft 认为他们应该使用更高版本(IE8+),则此消息显然与用户使用旧版本(IE8+)的事实有关。如果用户通过 F12(IE 开发人员工具)模拟旧版浏览器,也会发生这种情况。

我有用户在几个不相关的网站上报告了这个问题。但是我想知道的是为什么只有某些站点会触发此消息? (我不是IE大用户)是网站生成的还是浏览器的功能?是否与网站访问次数有关?

好奇

【问题讨论】:

  • 该消息是网站的一部分。它是由网站的作者提出的。为什么要阻止该消息显示?它在那里是有充分理由的。
  • 由网站生成。最有可能通过conditional comments 或使用 javascript 的浏览器检测

标签: internet-explorer version compatibility


【解决方案1】:

你是对的。 有趣的是,他们正在链接到 Microsoft 赞助的图片网站。

 !--[if lt IE 8]>
 <div style=' clear: both; text-align:center; position: relative;'>
  <a href="http://windows.microsoft.com/en-US/internet-explorer/products      
     /ie/home?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/
     assets /100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" 
    alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade 
    for free today."   /></a>
  </div>
  <![endif]--> 

【讨论】:

  • 是的,微软想要摆脱旧版本的 IE。
猜你喜欢
  • 2011-09-08
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2023-03-25
  • 2010-11-02
  • 1970-01-01
  • 2012-01-18
  • 1970-01-01
相关资源
最近更新 更多