This is mean, however...  You could try something like this:

<SCRIPT LANGUAGE="JavaScript">
<!--
file://the parent.location.href statements can be changed to get different
redirections for different browsers.

var r
browser = navigator.appName

ua="Mozilla/2.0 (compatible; MSIE 3.02; Windows 95)"
if (navigator.userAgent==ua){
file://If Browser is MSIE 3.02 go to MSIE Page.
parent.location.href="goaway.html"
r=2
}
// -->
</SCRIPT>

Then put this in goaway.html

<SCRIPT LANGUAGE="JavaScript">
<!--
 document.write("You are using " + navigator.appName + " " +
navigator.appVersion);
// -->
</SCRIPT>

<p align="center"><b>PLEASE WAIT</b><br>
Loading a compatible page

<p align="center">(If your browser remains on this page for more than 5
seconds it is not JavaScript compatible.
Please download a updated browser from <A
HREF="http://www.microsoft.com/ie/">Microsoft Corp.</A>

----- Original Message -----
From: Roger Heath <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 03, 1999 7:37 AM
Subject: Re: [IMail Forum] web messaging


> msg status: reply from [EMAIL PROTECTED] (Roger Heath)
>     author: by "## Dusty Carden" <[EMAIL PROTECTED]>
>   composed: Fri, 3 Sep 1999 07:09:47 -0500 it was stated:
>
> Dusty, can you shre that bit of code with us to save us just a bit of
> time? Thanks,
>
>
> >Excellent, now we just put a META in the login.html that sends
> >MSIE3 users away.
> >
> >Dusty
> >
> >----- Original Message -----
> >From: <[EMAIL PROTECTED]>
> >To: IMail_Forum (E-Mail) <[EMAIL PROTECTED]>
> >Sent: Friday, September 03, 1999 2:27 AM
> >Subject: [IMail Forum] web messaging
> >
> >
> >> Correction regarding problem with MSIE 3.x/Win95 and crashed web
> >messaging:
> >>
> >> it seems that all PCs running win95 and MSIE 3.x are �able� to crash
web
> >messaging service. It also seems to make no difference if the destination
> >address contains spaces as I first suspected. We have several users
sending
> >to addresses with and without dashes in address. Sometimes web messaging
> >service crashed sometimes not. But whenever a user has a box with win95
and
> >MSIE 3.x he/she will crash web messaging service within minutes.
> >>
> >> Ruediger Sobeck
> >> compass GmbH
> >
> >
> >Please visit http://www.ipswitch.com/support/mailing-lists.html
> >to be removed from this list.
>
> --
> bcnu
>               www.rleeheath.com
> Roger Heath   [EMAIL PROTECTED]
>
> advanced internet services and software technology
> advanced concepts in emergency medical technology
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to