Navigator.appMinorVersion (Property)

A version value supported by MSIE.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEnavigator.appMinorVersion

This is the version code following the dot. Thus version 5.0 of MSIE would yield the value 0. At least, that is the theory. MSIE version 4.5 for Macintosh also yields the value 0 for this property.

Warnings:

See also:ScriptEngine(), ScriptEngineBuildVersion(), ScriptEngineMajorVersion(), ScriptEngineMinorVersion()

Property attributes:

ReadOnly