TOC PREV NEXT INDEX

Put your logo here!


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. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX