July 1998
Intermediate to advanced
1456 pages
65h 5m
English
appMinorVersion — NN n/a IE 4 DOM n/a
Read-only
Reveals the value to the right of the decimal point in the entire
version number. So-called bug-fix or patched versions, such as 4.03,
are not reflected in IE’s version numbering, so they return a
value of 0. The exact release version is available by parsing the
values of appVersion or
userAgent.
var subVer = navigator.appMinorVersion
String version of the first digit to the right of the decimal of the primary version number.
Depends on browser version.
Read now
Unlock full access