Name

clientInformation — NN n/a IE 4 DOM n/a

Synopsis

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.

Example

if (parseInt(window.clientInformation.appVersion) >= 4) {
    process code for IE 4 or later
}

Value

The navigator object.

Default

The navigator object.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.