message - You are using an outdated version of Internet Explorer

喜夏-厌秋 提交于 2019-12-11 11:41:49

问题


"You are using an outdated version of Internet Explorer. For a faster, safer browsing experience Upgrade Today"

This message is obviously linked to the fact that a user is using an old version if IE (IE7 or earlier) and Microsoft believes that they should be using later version (IE8+). It also occurs if user is emulating an older browser via F12 (IE Developer Tools).

I have users report this on several unrelated sites. However what I would like to know is how come only certain sites trigger this message? (I am not a big IE user) Is it generated by the site or is it a browser feature? Is it related to the number of visits to the site?

curious


回答1:


You are correct. Interesting that they are linking to a Microsoft sponsored site for the image.

 !--[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]--> 


来源:https://stackoverflow.com/questions/14648774/message-you-are-using-an-outdated-version-of-internet-explorer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!