TOC PREV NEXT INDEX

domref



window.navigator.appName


Returns the official name of the browser.

Syntax

appName = window.navigator.appName
 

Parameters

appName is the name of the browser as a string.

Example

dump(window.navigator.appName);
 
// prints "Navigator" to the console for NS6
 

Notes

None.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX