asp.net.ph

Skip Navigation Links

clientInformation Property

window Properties   Object Properties Summary


Retrieves the navigator object.

Syntax


HTML N/A
Script [ oNavigator = ] window.clientInformation

Possible Values


oNavigator navigator object that contains information about the browser.

The property is read-only.

Remarks

Generally, this property is used to obtain information about the browser, such as version and name, as well as whether certain features are enabled.

Example

The following JavaScript example retrieves the appName of the browser and displays it in a message box.

alert ( window.clientInformation.appName ) 

The following JavaScript example checks whether Java applets can be run.

if ( window.clientInformation.javaEnabled ( ) == true )
// Java is enabled; applets can run.
Applies To

window



>

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note