The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Sets or gets the URL for the current document.
Syntax
| JavaScript | |
|---|
Property values
Type: String
the URL.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.4
Remarks
The URL property is case-sensitive.
This property is an alias for the location.href property on the window.
Examples
This example function returns the URL property of the current document.
function getURL()
{
return document.URL;
}
See also
- document
- Reference
- urn
- URLUnencoded
Send comments about this topic to Microsoft
Build date: 11/28/2012