You can use this script

<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
    <!--
        if(navigator.appName.substring(0,9) == 'Microsoft' &&
navigator.appVersion.indexOf                    ('5.') !=-1) {
           window.alert('Running MSIE 5 or better')
        }
    //-->
    </SCRIPT>

-----Original Message-----
From: Gavin Myers [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 11:48 AM
To: CF-Talk
Subject: Browser Detection


Now i feel dumb for recently deleating all of that past browser detection
talk

this is all i want to do:
verify that whomever is using IE 5.0 or greater

so if I use

CGI.http_user_agent Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)

How can I just look for the MSIE 5.0, or is there something else I should be
looking for?
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to