August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core client-side JavaScript object.
The navigator object is a built-in object that is used to obtain information related to the Navigator browser. Table 7.36 shows the different methods and properties of the navigator object.
| Property/Method | Description |
|---|---|
| appCodeName | Represents the code name of the browser |
| appName | Refers to the official browser name |
| appVersion | Refers to the version information of the browser |
| javaEnabled() | Function that tests to see that Java is supported in the browser |
| language | Refers to the language of the browser |
| mimeTypes | Refers to an array of MimeType objects that contains ... |
Read now
Unlock full access