X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Browser Update Message To Display in IE6 (https://forum.x-cart.com/showthread.php?t=48360)

joannet 06-29-2009 05:54 PM

Browser Update Message To Display in IE6
 
Hi,

When a visitor is using Internet Explorer 6 (IE6), I would like a different page to display stating something similar to "Please update your browser - you are currently using an unsupported version of Internet Explorer to view this website".

Does anyone know how to do this?

Thanks

Scott DeToffol 06-29-2009 06:59 PM

Re: Browser Update Message To Display in IE6
 
See the source code on this page: http://www.bringdownie6.com/

Specifically,

Code:

<!--[if lt IE 7]>
        <div id="ie6Warning">
      <h2>Time to upgrade your browser</h2>
      <p>If you're reading this, you're surfing using Internet Explorer 6, an eight-year-old browser that cannot cope with the demands of the modern internet. For the best web experience, we strongly recommend upgrading to <a href="http://www.getfirefox.com/">Firefox</a>, <a href="http://www.opera.com/">Opera</a>, <a href="http://www.apple.com/safari/">Safari</a>, <a href="http://www.google.com/chrome">Google Chrome</a>, or a more recent version of <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer</a>.</p>
      </div>
      <![endif]-->[FONT=verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif]
[/font]



All times are GMT -8. The time now is 10:02 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.