test for FF 1.xx and FF 2.xx

A

Andrew Poulos

Is there a way to test whether the browser is Firefox version less than
2.0 or 2.0+?

Andrew Poulos
 
R

Randy Webb

Andrew Poulos said the following on 10/30/2006 7:01 PM:
Is there a way to test whether the browser is Firefox version less than
2.0 or 2.0+?

You feature detect and it doesn't matter. Same as with IE/Firefox/Opera.
 
A

ASM

Andrew Poulos a écrit :
Is there a way to test whether the browser is Firefox version less than
2.0 or 2.0+?

The right question is : what do you need (in FF 2) ?
 
R

RobG

Andrew said:
Is there a way to test whether the browser is Firefox version less than
2.0 or 2.0+?

I take a positive view that that you are using this for your own
interest and not for inferring feature support based on browser
sniffing:

alert( navigator.userAgent );

My Firefox 2 looks like:

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1)
Gecko/20061010 Firefox/2.0

*It is unreliable*. However, since few sites use sniffing any more
(though unfortunately some major sites still do) there is less
incentive to fake the UA string.
 
A

Andrew Poulos

RobG said:
I take a positive view that that you are using this for your own
interest and not for inferring feature support based on browser
sniffing:
Thanks

alert( navigator.userAgent );

My Firefox 2 looks like:

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1)
Gecko/20061010 Firefox/2.0

*It is unreliable*. However, since few sites use sniffing any more
(though unfortunately some major sites still do) there is less
incentive to fake the UA string.

I agree with you that using navigator.userAgent is unreliable (I haven't
actually tested the reliability, it just looks suspect).

Andrew Poulos
 

Ask a Question

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.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top