DOM API Reference
  1. Home
  2. dom
  3. Document.URL

Document.URL

The URL read-only property of the Document interface returns the document location as a string.

Syntax

var string = document.URL 

Specification

  • DOM Level 2 HTML: URL

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/document/url

  • API
  • Document
  • HTML DOM
  • NeedsBrowserCompatibility
  • NeedsExample
  • NeedsMarkupTable
  • NeedsSpecTable
  • Property
  • Reference
  • Référence

© 2017 - CodeProject | Terms of Service | Privacy Policy | Contact Us | About