<cfif not reFindNoCase("MSIE (5\.5)|(6.)",cgi.http_user_agent)>
<script language="_javascript_" type="text/_javascript_">
var redirect;
redirect = confirm('You are not using a current version Internet
Explorer. This application requires a minimum version of Internet
Explorer 5.5 to operate correctly. Click \'OK\' to go to Microsoft web
site to upgrade your browser or click \'Cancel\' to enter the web
page.');
if (redirect)
document.location = 'http://www.microsoft.com/windows/ie/';
</script>
</cfif>
--
Marlon Moyer, Sr. Internet Developer
American Contractors Insurance Group
phone: 972.687.9445
fax: 972.687.0607
mailto:[EMAIL PROTECTED]
www.acig.com
> -----Original Message-----
> From: Spectrum WebDesign [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 12, 2004 8:46 AM
> To: CF-Talk
> Subject: Redirecting browser MSIE before 5.5 version
>
> Hi all
>
> our client site works only for Internet Explorer and version 5.5+.
> How to redirect users to notIE.cfm page? Maybe using JS? Or only with
> CGI.HTTP_USER_AGENT?
>
> Any ideas?
>
> Thanx for your time.
> --
> ___________________________________________________________
> Sign-up for Ads Free at Mail.com
> http://promo.mail.com/adsfreejump.htm
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

