|
-
Jun 6th, 2001, 10:56 PM
#1
Thread Starter
Hyperactive Member
Getting Browser name
Hello, I am trying to find if ASP has a method or a property for determinig the browser. I have played around with ASP's
Request.ServerVariables("HTTP_USER_AGENT")
but I am looking for something that is closer to the JavaScript navigator.appName property, which returns either the string "Netscape" or "Microsoft Internet Explorer".
On a related question, is there a way to pass values between JavaScript and ASP?
-
Jun 8th, 2001, 12:52 AM
#2
PowerPoster
whats wrong with HTTP_USER_AGENT?
It detects it fine for me.
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Jun 11th, 2001, 10:51 PM
#3
Thread Starter
Hyperactive Member
Nothing wrong with the detection part, its the string that it returns which I do not like.
Like I said before, i prefer to have ir return something more general, like "MSIE" or "Netscape".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|