Navigator.appVersion (Property)

The version and release information for the browser.

Availability:

JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Opera - 3.0
Property/method value type:Number primitive
JavaScript syntax:-navigator.appVersion

This is the full version string for the browser.

Here are some typical values:

Note that Netscape provides a version number in the form X.XX while MSIE only describes to X.X accuracy.

See also:Native object

Property attributes:

ReadOnly