I
ima
Where can I find a list of valid names for Navigator.AppName?
Where can I find a list of valid names for Navigator.AppName?
You can't.Where can I find a list of valid names for Navigator.AppName?
Where can I find a list of valid names for Navigator.AppName?
Well, I know these three:
* Netscape
* Opera
* Microsoft Internet Explorer
But what these strings do say about the used browser? Nothing at all. If there's
"Microsoft Internet Explorer" as Navigator.AppName - well then it can be any
browser, maybe really an IE, maybe a firefox, maybe an opera, maybe something
else. Netscape? Can be allmost any browser and opera either - and the same for
every other name too. Navigator.AppName is just a string without any usefull
information in it.
If you intend to detect the used browser, you have to check for the differences
in JS-Implementation.
ima said:Where can I find a list of valid names for Navigator.AppName?
Try Googling for "user agent strings".
Randy Webb said:Danny@Kendal said the following on 9/2/2005 4:47 AM:
That won't give you the strings that are contained in the appName, it will
give you discussions and possible string that are in the
navigator.userAgent string.
OK... OK... Point taken. I'm not a professional and I've forgotten
the vast majority of javascript that I managed to learn about 10 years
ago. Now, it seems that I'm the most qualified of a small
organization to handle our web site. My intention to use
Navigator.AppName was simply to redirect newer browsers to a cleaner
set of pages (that use css) . I found a "free to use" copy and past
script to do that but I didn't know the Navigator.AppName values to
check for other than "Microsoft Internet Explorer" and "Netscape". I
could guess but I would never know if I guessed correctly or not.
If anyone here knows of another, more reliable script to redirect the
newer browsers to the css pages, I'd love to hear all about it.
OK... OK... Point taken. I'm not a professional and I've forgotten
the vast majority of javascript that I managed to learn about 10 years
ago. Now, it seems that I'm the most qualified of a small
organization to handle our web site. My intention to use
Navigator.AppName was simply to redirect newer browsers to a cleaner
set of pages (that use css) .
script to do that but I didn't know the Navigator.AppName values to
check for other than "Microsoft Internet Explorer" and "Netscape". I
could guess but I would never know if I guessed correctly or not.
If anyone here knows of another, more reliable script to redirect the
newer browsers to the css pages, I'd love to hear all about it.
Question:
User has CSS disabled in IE6. What page do they get?
Randy Webb wrote :
Just curious. How can an user disable CSS? Is there a simple button or
setting that does that??
Thanks.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.