Forum Moderators: open

Message Too Old, No Replies

Netscape 6.2.3 vs Netscape 7.0

How do we know if the brower version is 6.2.3 or 7.0?

         

m3cheng

2:04 pm on Sep 12, 2002 (gmt 0)

10+ Year Member



I used the method navigator.appVersion() to detect browser version before. But both 6.2.3 and 7.0 return the value of 5.0 to this method call... Is there any other way to find out the version of the browser so that I can distinguish if 6.2.3 or 7.0 is using?

Thanks...

The_Warden

2:59 pm on Sep 12, 2002 (gmt 0)

10+ Year Member



I believe you can still do this by looking for the branch tag (i.e. rv.1.1). The below link should be able to help you out. The link will take you to the direct spot that you are asking about but this document should be read fully in my opinion.

Gecko Navigator Branch Tag [devedge.netscape.com]

<tip - when link contains a "#", replace the hash with a "%23" to make it work with our forum's cgi script>

[edited by: tedster at 6:42 pm (utc) on Sep. 12, 2002]