Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/437.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Internet explorer 消息-您正在使用过时的Internet Explorer版本_Internet Explorer_Version_Compatibility - Fatal编程技术网

Internet explorer 消息-您正在使用过时的Internet Explorer版本

Internet explorer 消息-您正在使用过时的Internet Explorer版本,internet-explorer,version,compatibility,Internet Explorer,Version,Compatibility,“您使用的是过时的Internet Explorer版本。要获得更快、更安全的浏览体验,请立即升级” 如果IE(IE7或更早版本)和Microsoft认为用户应该使用更高版本(IE8+),则此消息显然与用户正在使用旧版本有关。如果用户通过F12(IE开发者工具)模拟旧浏览器,也会发生这种情况 我让用户在几个不相关的网站上报告这一点。然而,我想知道的是,为什么只有某些网站会触发此消息?(我不是一个大IE用户)它是由网站生成的还是一个浏览器功能?这是否与网站的访问次数有关 好奇你是对的。 有趣的是,

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

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

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

好奇

你是对的。 有趣的是,他们正在链接到一个微软赞助的网站来获取这张图片

 !--[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]--> 
--[如果lt IE 8]>

该消息是网站的一部分。这是网站的作者写的。为什么要阻止该消息显示?它在上面有一个很好的理由。它是由网站生成的。很可能是通过javascriptYes或浏览器检测,微软希望摆脱旧版本的IE。