HTML DOM Location Object
Location Object
The Location object is actually a JavaScript object, not an HTML DOM object.
The Location object is
automatically created by the JavaScript runtime engine and contains information about the current URL. Example: Send
a user to a new location
The Location object is part of the Window object and is accessed through the
window.location property.
IE: Internet Explorer, F: Firefox, O: Opera.
Location Object Properties
Property |
Description |
IE |
F |
O |
hash |
Sets or returns the URL from the hash sign (#) |
4 |
1 |
9 |
host |
Sets or returns the hostname and port number of the
current URL |
4 |
1 |
9 |
hostname |
Sets or returns the hostname of the current URL |
4 |
1 |
9 |
href |
Sets or returns the entire URL |
4 |
1 |
9 |
pathname |
Sets or returns the path of the current URL |
4 |
1 |
9 |
port |
Sets or returns the port number of the current URL |
4 |
1 |
9 |
protocol |
Sets or returns the protocol of the current URL |
4 |
1 |
9 |
search |
Sets or returns the URL from
the question mark (?) |
4 |
1 |
9 |
Location Object Methods
Method |
Description |
IE |
F |
O |
assign() |
Loads a new document |
4 |
1 |
9 |
reload() |
Reloads the current document |
4 |
1 |
9 |
replace() |
Replaces the current document with a new one |
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!
|
|