[thelist] Re: Site Review please - TruGreen.com (Netscape 4.x)

Michael Harrington mike0351 at bellsouth.net
Sat Jun 5 13:01:02 CDT 2004


Go to www.yell.com with an out-of-date browser and you are redirected to another page (http://www.yell.com/home_old_browsers.html) that tells you that you need to upgrade your browser. I use it on
my Web site as well. One line of javascript code for the detection.

<script language="JavaScript" type="text/JavaScript">
<!--
if ((((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion.split('
')[3])<5))||((navigator.appName=="Netscape")&&(parseInt(navigator.appVersion)<5)))&&(document.cookie.indexOf("browserType=poor")==-1)){window.location = "old_browsers.htm";}
//-->
</script>

Mike

thelist-request at lists.evolt.org wrote:

> Date: Fri, 4 Jun 2004 13:18:18 -0700 (PDT)
> From: Tom Dell'Aringa <pixelmech at yahoo.com>
> To: Dan McCullough <dmccullough at garnethill.com>, thelist at lists.evolt.org
> Subject: RE: [thelist] Site Review please - TruGreen.com
> Message: 4
>
> --- Dan McCullough <dmccullough at garnethill.com> wrote:
> > I think that dsp is developer studio.
>
> As stated earlier, its a custom extension - nothing to do with any
> software.
>
> > I have a question what are you planning on doing with non-adapters.
> > I got to the site with Netscape 4.7 and as I expected it wasn't
> > pretty.
>
> Nothing. They need to upgrade. I might be putting in a display:hidden
> block in somewhere asking them to upgrade, but that's all. Our logs
> show:
>
> Netscape
>
> 4.75   3   0.05%   3
> 4.78   3   0.05%   8
> 4.70   2   0.03%   9
> 4.76   2   0.03%   2
> 4.79   1   0.02%   1
> 4.77   1   0.02%   1
> 4.73   1   0.02%   1
>
> Those are actual hits :) 25 hits - and this is on our main ecom -
> trugreen won't get this many visitors. I've not done a thing for NS4+
> visitors in close to 2 years now.
>
> Tom
>



More information about the thelist mailing list