Try this...
<cfif findnocase("MSIE", cgi.http_user_agent, 1)>
<cfset userbrowser = "ie">
<cfelse>
<cfset userbrowser = "netscape">
</cfif>
Every request has a set of CGI variables associated with it... the
cgi,http_user_agent variable stores that type of inforlamtion.
hope it helps!
Andres
----- Original Message -----
From: "Keiichi Miyata" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 5:52 PM
Subject: get Browser name
> Is there a cf function to get client browser name?
> If anyone knows, please advise me.
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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