1

How to find out if users browser is chrome and what is its version?

Olivier Payen
  • 15,198
  • 7
  • 41
  • 70
Rella
  • 65,003
  • 109
  • 363
  • 636
  • 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 Answers2

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?

Community
  • 1
  • 1
naveen
  • 53,448
  • 46
  • 161
  • 251