HTML DOM Document URL
Definition and Usage
The URL
property returns the full URL of the document.
See Also:
Syntax
document.URL
Return Value
Type | Description |
String | The entire URL of the document, including the protocol (like http://) |
Browser Support
document.URL
is a DOM Level 1 (1998) feature.
It is fully supported in all browsers:
Chrome | IE | Edge | Firefox | Safari | Opera |
Yes | 9-11 | Yes | Yes | Yes | Yes |