The Navigator Object
Navigator Object
The navigator object contains information about the browser.
Note: There is no public standard that applies to the navigator object, but all major browsers support it.
IE: Internet Explorer, F: Firefox, O: Opera.
Navigator Object Collections
| Collection |
Description |
IE |
F |
O |
| plugins[] |
Returns a reference to all embedded objects in the document |
4 |
1 |
9 |
Navigator Object Properties
| Property |
Description |
IE |
F |
O |
| appCodeName |
Returns the code name of the browser |
4 |
1 |
9 |
| appMinorVersion |
Returns the minor version of the browser |
4 |
No |
No |
| appName |
Returns the name of the browser |
4 |
1 |
9 |
| appVersion |
Returns the platform and version of the browser |
4 |
1 |
9 |
| browserLanguage |
Returns the current browser language |
4 |
No |
9 |
| cookieEnabled |
Returns a Boolean value that specifies whether cookies are enabled
in the browser |
4 |
1 |
9 |
| cpuClass |
Returns the CPU class of the browser's system |
4 |
No |
No |
| onLine |
Returns a Boolean value that specifies whether the system
is in offline mode |
4 |
No |
No |
| platform |
Returns the operating system platform |
4 |
1 |
9 |
| systemLanguage |
Returns the default language used by the OS |
4 |
No |
No |
| userAgent |
Returns the value of the user-agent header sent by the client to
the server |
4 |
1 |
9 |
| userLanguage |
Returns the OS' natural language setting |
4 |
No |
9 |
Navigator Object Methods
| Method |
Description |
IE |
F |
O |
| javaEnabled() |
Specifies whether or not the browser has Java enabled |
4 |
1 |
9 |
| taintEnabled() |
Specifies whether or not the browser has data tainting enabled |
4 |
1 |
9 |
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|