Retrieves the platform and version of the browser.
Syntax
HTML N/A Scripting [ sVersion = ] navigator.appVersion
Possible Values
sVersion String that specifies information about the browser's platform and version. The property is read-only with a default value specified by the browser.
Remarks
The appVersion property returns a value based on the browser name, browser version, and platform. This syntax shows the format of the returned value.
4.0 (compatible; MSIE 4.01; Windows 95)
Applies To
clientInformation, navigator
See Also