javascript window clientInformation

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.

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

The navigator object.

 
Default

The navigator object.


2185,Nickname,Homepage or email,Comments here,Add comment