[thelist] (ASP) Get Client OS

Marc Seyon thelist at lists.evolt.org
Mon Jan 13 15:39:01 2003


Message from Tab Alleman (1/13/2003 02:50 PM)
>Anybody know a way to access the client's O.S. in ASP?

It's usually chunked into the user agent string isn't it?
Request.ServerVariables("HTTP_USER_AGENT")

Someone correct me if I'm wrong.

regards.
-marc