HTML DOM
DOM HOME
DOM Intro
DOM Nodes
DOM Node Tree
DOM Methods
DOM Node Access
DOM Node Info
DOM How To
DOM Events
DOM Reference
DOM Summary
DOM Examples
DOM Examples
DOM Objects
DOM Window
DOM Navigator
DOM Screen
DOM History
DOM Location
DOM Document
DOM Anchor
DOM Area
DOM Base
DOM Body
DOM Button
DOM Event
DOM Form
DOM Frame
DOM Frameset
DOM IFrame
DOM Image
DOM Input Button
DOM Input Checkbox
DOM Input File
DOM Input Hidden
DOM Input Password
DOM Input Radio
DOM Input Reset
DOM Input Submit
DOM Input Text
DOM Link
DOM Meta
DOM Object
DOM Option
DOM Select
DOM Style
DOM Table
DOM TableCell
DOM TableRow
DOM Textarea
Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality
W3Schools Tutorials
W3Schools Forum
Helping W3Schools
|
HTML DOM Navigator Object
Navigator Object
The Navigator object is actually a JavaScript object, not an HTML DOM object.
The Navigator object is
automatically created by the JavaScript runtime engine and contains information about the client browser.
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 |
Learn how your website performs under various load conditions
 |
|
WAPT
is a load, stress and performance testing tool for websites and web-based applications.
In contrast to "800-pound gorilla" load testing tools, it is designed to minimize the learning
curve and give you an ability to create a heavy load from a regular workstation.
WAPT is able to generate up to 3000 simultaneously acting virtual users using standard hardware configuration.
Virtual users in each profile are fully customizable. Basic and NTLM authentication methods are supported.
Graphs and reports are shown in real-time at different levels of detail, thus helping to manage the testing process.
Download the free 30-day trial!
|
|
|
Jump to: Top of Page
or HOME or
Printer friendly page
W3Schools provides material for training only. We do not warrant the correctness of its contents.
The risk from using it lies entirely with the user.
While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2008 by Refsnes Data. All Rights Reserved.
|
|
|