How to find out if users browser is chrome and what is its version?
Asked
Active
Viewed 464 times
1
-
Just wondering, what are you looking to check for as far as a the browser's capabilities? Feature detection might serve you better for this. – JAL Jan 02 '11 at 17:00
2 Answers
2
You may take a look at this article. This information is available in the navigator.userAgent property.

Darin Dimitrov
- 1,023,142
- 271
- 3,287
- 2,928
1
Pal, its almost related.
Done a small research on detecting browsers.
Is this
what you really want?