UK[ˌju: ɑ:r ˈel] US[ˌju:ɑ:r'el]
abbr.Uniform Resource Locator is used to specify the location of information on the Internet's WWW service program. Method
Plural: URLs
javascript URL attributes syntax
Function:Return the URL of the current document.
Syntax:document.URL
Description:Generally, the value of this property is the same as the location.href property of the Window containing the document. . However, when a URL redirect occurs, the URL property holds the actual URL of the document, while location.href holds the requested URL.