July 1998
Intermediate to advanced
1456 pages
65h 5m
English
clientInformation — NN n/a IE 4 DOM n/a
Read-only
Returns the navigator object. The
navigator object is named after a specific browser
brand; the clientInformation property is a
nondenominational way of accessing important environment variables
that have historically been available through properties and methods
of the navigator object. In Internet Explorer, you
can substitute window.clientInformation for any
reference that begins with navigator.
if (parseInt(window.clientInformation.appVersion) >= 4) {
process code for IE 4 or later
}The navigator object.
The navigator object.
Read now
Unlock full access