![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'd like to update my webpages with a "This page best viewed with almost anything except Internet Explorer 6" message, to encourage my users to try something else (probably Firefox). |
#3
| ||||
| ||||
|
|
I know that detecting the browser is frowned upon here, but I have a need to identify specifically Internet Explorer 6. |
|
My company ships all employees a PC containing IE6, and we are discouraged from upgrading it. We can (and many do) install other browsers, but some corporate applications are 100% dependant on IE6. |

|
However, next year (about halfway through), we are going to force the installation of Firefox onto all systems, and it is speculated that it may become the default browser as well. Maybe not at the same time. |
|
Of course, I test all my pages against Firefox (and Opera, Safari, Chrome) but my users are far better at finding my bugs than I am. |

#4
| |||
| |||
|
|
I know that detecting the browser is frowned upon here, but I have a need to identify specifically Internet Explorer 6. [...] I'd like to update my webpages with a "This page best viewed with almost anything except Internet Explorer 6" message, to encourage my users to try something else (probably Firefox). This way, I'll be able to shake out any bugs before the "big bang" day… Of course, I test all my pages against Firefox (and Opera, Safari, Chrome) but my users are far better at finding my bugs than I am. |
#5
| |||
| |||
|
|
It should be possible to have more than one IE installed at the same time (with some quirkyness). |
|
See, e.g., <URL:http://tredosoft.com/IE7_standalone> (although it's probably outdated by now). |
#6
| |||
| |||
|
|
Le 10/31/09 9:43 AM, Swifty a écrit : I'd like to update my webpages with a "This page best viewed with almost anything except Internet Explorer 6" message, to encourage my users to try something else (probably Firefox). !--[if IE] h1 style="color:red;text-align:center" This page best viewed with almost anything except Internet Explorer /h1 ![endif]-- |
#7
| |||
| |||
|
|
Lasse Reichstein Nielsen wrote: It should be possible to have more than one IE installed at the same time (with some quirkyness). It is. See, e.g., <URL:http://tredosoft.com/IE7_standalone> (although it's probably outdated by now). http://my-debugbar.com/wiki/IETester/HomePage |
#8
| |||
| |||
|
|
Thomas 'PointedEars' Lahn wrote: http://my-debugbar.com/wiki/IETester/HomePage I'm too scared to tinker with anything as closely integrated with Windows as IE. After years without problems, my XP has become unstable (Insufficient Quota), and I have to reboot daily. I'm avoiding anything that may push it over the edge; I'll be getting a replacement PC shipped to me in six months time anyway (curiously, about the sametime as the Firefox changes). |
#9
| |||
| |||
|
|
SAM wrote: Le 10/31/09 9:43 AM, Swifty a écrit : I'd like to update my webpages with a "This page best viewed with almost anything except Internet Explorer 6" message, to encourage my users to try something else (probably Firefox). !--[if IE] h1 style="color:red;text-align:center" This page best viewed with almost anything except Internet Explorer /h1 ![endif]-- |

|
For some strange reason I haven't come across conditional comments until now. I must lead a sheltered life. Thanks! |
#10
| |||
| |||
|
|
I know that detecting the browser is frowned upon here, but I have a need to identify specifically Internet Explorer 6. |
![]() |
| Thread Tools | |
| Display Modes | |
| |