RE: Operating system and Browser.

2001-05-23 Thread Dave Watts
Is there any way to know the Operating system and the browser the user is using through the CF code. You might look at the CGI.HTTP_USER_AGENT variable, which contains both usually. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: Operating system and Browser.

2001-05-23 Thread Peter Tilbrook
Shally, You need to refer to CGI client variables: The following table describes the most common CGI environment variables created by the browser and passed in the request header: HTTP_REFERER The referring document. This is the document that linked to or submitted form data. HTTP_USER_AGENT