Other Navigator objects include:
- navigator.appVersion: Returns version information about the browser
- navigator.geolocation: Returns a geolocation object for getting information about the users location
- navigator.language: Returns information on the browsers main language
- navigator.platform: Returns information about which the browser is running
Other Screen objects include:
- screen.availWidth: Returns the width of the screen in pixels, without taskbar, menu, or scrollbars
- screen.height: Return the total height of the screen in pixels
- screen.width: Returns the total width of the screen in pixels