Document.URL

Возвращает строку URL документа HTML.

Синтаксис

string = document.URL

Пример

JavaScript

document.getElementById("url").textContent = document.URL;

HTML

html
<p id="urlText">
  URL:<br />
  <span id="url">URL goes here</span>
</p>

Результат

Спецификации

Specification
DOM Standard
# ref-for-dom-document-url①

Совместимость с браузерами

BCD tables only load in the browser

Смотрите также