Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Browser Detection

Status
Not open for further replies.

khurram

IS-IT--Management
Jan 10, 2001
95
CA
I want to be able to detect the browser types and versions of a particular client when they come to our site. However, I also want to be able to detect browser types and versions from other pages other the main page.

Can you insert such function into the application.cfm file?

Thanks.
 
why don't you turn these variables into session veriables.

something like;

<cfset session.browser = cgi.....>
etc.

So, the session variables are available troughout the session.

Ron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top