![]() |
![]() |
![]() |
![]() |
An object that resides below the window in the scripting object model. The navigator object provides information about the browser in use.
![]()
Returns the code name of the application.
navigator.appCodeName
Part Description navigator An object expression that evaluates to a navigator object.
Returns a string containing the current application code name.
Returns the name of the application. Internet Explorer 3.0 currently returns "Microsoft Internet Explorer."
navigator.appName
Part Description navigator An object expression that evaluates to a navigator 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 navigator 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 (compatible; MSIE 3.0A; Windows 95)".
navigator.userAgent
Part Description navigator An object expression that evaluates to a navigator object.
Returns a string containing the current application user agent.
![]() |
![]() |
![]() |
![]() |