« Gecko DOM Reference
Summary
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
Specification
DOM Level 0. Not part of specification.