javascript window clientInformation
@July 28, 2009, 9:07 a.m.
clientInformation | Firefox/Netscape/NN n/a IE 4 Chrome/Safari/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. |
Permanent URL:
http://javascript.gakaa.com/window-clientinformation.aspx
Powered by Linode.