Use the CGI Variable CGI.HTTP_USER_AGENT.
This little bit of code will detect any version od Internet Explorer:
<cfif ListContains(CGI.HTTP_USER_AGENT, "MSIE", " ")>
</cfif>
Russel
============================================================
Russel Madere, Jr. Senior Web Developer
ICQ: 5446158 http://www.TurboSquid.com
Some days you eat the bear; some days the bear eats you.
============================================================
> -----Original Message-----
> From: han peng [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 11, 2001 00:51
> To: CF-Talk
> Subject: chking of version in CF?
>
>
> hi.. is there any wayi can chk the version of the client's browser in CF??
> ... or i must use javascript?
>
> hmm.. any one know abt this javascript print function..
> "javascript:window.print()"
>
> hmm which version support it?
> currently i know IE4 cant.. IE5 and above can..
> how abt netscape?
>
> cheers
> han
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists