On Jun 16, 4:38 pm, mtest <[EMAIL PROTECTED]> wrote:
> I know that jQuery can define browser:
> $.browser.msie
> $.browser.safari
> $.browser.opera
> $.browser.mozilla
> but can I define version???
> IE 7.0 - ?
> IE 6.0 - ?
> IE 5.0 - ?

Browser detection is almost always based on the user agent string.  It
is known that UAs do not honestly report the vendor, version or
platform so any strategy based on that is flawed.  There are thousands
(literally) of UA strings, yet they are not guaranteed to be unique
for any particular browser or version.

Do a search for user agent string databases, there are quite a few of
them.


--
Rob

Reply via email to