Checking brower type in ColdFusion?

They have: 47 posts

Joined: Jan 2000

How can I check the type and version of the browser in ColdFusion?

Thanks,
Eugene.

They have: 89 posts

Joined: Sep 1999

Here is a list of all CF CGI variables as of 4.5. You would reference them like this.

#cgi.content_length#

etc.

ALL_HTTP
AUTH_TYPE
CONTENT_LENGTH
CONTENT_TYPE
GATEWAY_INTERFACE
HTTP_ACCEPT
HTTP_REFERER
HTTP_USER_AGENT
PATH_INFO
PATH_TRANSLATED
QUERY_STRING
REMOTE_ADDR
REMOTE_HOST
REMOTE_IDENT
REMOTE_USER
REQUEST_BODY
REQUEST_METHOD
SCRIPT_NAME
SERVER_PORT
SERVER_PROTOCOL
SERVER_SOFTWARE

They have: 7 posts

Joined: Jul 1999

http://devex.allaire.com/developer/gallery/info.cfm

On the first page you'll find a link to the cf_browser custom tag. Its easy to use and good too.

Russell

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.