home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

navigator Property

Name

navigator Property---reference to the Navigator object

Availability

Navigator 2.0, Internet Explorer 3.0

Synopsis

navigator

Description

The navigator property contains a read-only reference to a Navigator object, which provides version and configuration information about the web browser. See the Navigator object for details.

All windows have a navigator property that refers to a Navigator object, and all Navigator objects contain the same values. Therefore, the Navigator object is usually referred to simply as navigator without an explicit window reference.


Previous Home Next
navigate() Book Index Navigator

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell