Javascript Reference
Categories: navigator

javascript navigator appMinorVersion

@March 15, 2008, 1:22 a.m.
appMinorVersionFirefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

Read-only  

With succeeding generations of Internet Explorer, this property returns a dizzying range of values, most of which are not useful for typical version detection. IE 5.x for Windows returns an appVersion value of 4.0, with the appMinorVersion reporting the first digit to the right of the decimal. In IE 6 for Windows, the appMinorVersion returns a string signifying a build or patch code number, such as ;Q313675;. Use with extreme caution.

 
Example
 
var subVer = navigator.appMinorVersion;
 
Value

String.

 
Default

Depends on browser version.


Powered by Linode.