Anyone know of a way to write a statement like this that works?

This is the idea:  I need to write an "if" statement based on if netscape is
being used.  I would like to use the HTTP_USER_AGENT like this:

<cfif HTTP_USER_AGENT  IS NOT "">

<cfif HTTP_USER_AGENT  LIKE  '%netscape%' >
put netscape version here</cfif>
<cfif HTTP_USER_AGENT LIKE  '%ie%' >
put ie version here</cfif>

</cfif>

Any help is much appreciated!
Britta

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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