An object that resides below the window in the scripting object model. This object represents "stub" variables for the Netscape Navigator browser. Navigator Object makes your code compatible with the Navigator browser.
The navigator object provides information about the browser application to script writers.
Returns the code name of the application.
navigator.appCodeName
Part Description navigator An object expression that evaluates to a history object.
Returns a string containing the current application code name.
Returns the name of the application. Internet Explorer 3.0 currently returns "Microsoft".
navigator.appName
Part Description navigator An object expression that evaluates to a history object.
Returns a string containing the current application name.
Returns the version of the application.
navigator.appVersion
Part Description navigator An object expression that evaluates to a history object.
Returns a string containing the current application version.
Returns the user agent of the application. Internet Explorer 3.0 currently returns "Mozilla/2.0".
navigator.userAgent
Part Description navigator An object expression that evaluates to a history object.
Returns a string containing the current application user agent.