Hi All
Is it possible to browser detect using ASP?
gsc1ugs
Printable View
Hi All
Is it possible to browser detect using ASP?
gsc1ugs
use the user agent header:
VB Code:
If InStr(Request.ServerVariables("HTTP_USER_AGENT"), "MSIE") > 0 Then ' browser is IE Else ' browser is NS End If
What about version?
do a response.write of the user agent,
in it there's:
-browser version
-broser type
-os
How do you mean, i've never seen this before? new
click here you will see what i mean:
http://bayteksystems.com/temp/browser.asp