ryan...

<cfset browserType="#cgi.HTTP_USER_AGENT#">

HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET
CLR 1.0.3705)

is what mine says...im ie 6.0 just like it says
will give you the browser they are using... 
I would do a findNoCase search for 'MSIE 6.0'
and that would tell you if its above 5.5

<cfif #findnocase('MSIE 6.0', '#browserType#')# eq 0>

        Don't Got It!

<cfelse>

        Got It!

</cfif>


hth

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-----Original Message-----
From: Ryan Mitchell [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 11, 2003 12:49 PM
To: CF-Talk
Subject: OT: how to check if a browser is a windows IE > 5.5 


Hey

Sorry for the OT

Whats the best way to check for a browser being a windows version of IE,
and
greater than version 5.5...

Send me code ;)

Ryan Mitchell



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to