How do I detect what browser is being used?
Answers were Sorted based on User's Feedback
Answer / vel
BY using javascript, u can get browser details.
window.navigator.userAgent will give browser details.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
Many browsers identify themselves when they request a
document. A CGI script will have this information available
in the HTTP_USER_AGENT environment variable, and it can use
that to send out a version of the document which is
optimized for that browser.
Keep in mind not all browsers identify themselves correctly.
Microsoft Internet Explorer, for example, claims to be
"Mozilla 1.2" to get at Netscape enhanced documents.
And of course, if a cache proxy keeps the Netscape enhanced
document, someone with an other browser will also get this
document if he goes through the cache.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can you open an url into a new tab when clicked?
What is difference between html and dhtml?
What is the relationship between the border and rule attributes?
What are structural tags?
How to upload files using html to website?
What hierarchy is being followed when in style sheets?
Does br need a closing tag?
What are the various elements provided by HTML 5 for media content?
What is the advantage of html5 semantic tags?
How we can create listbox control in html?
How can I create a div work like an input?
How do you pronounce hermes?