This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

Document.URL

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨июль 2015 г.⁩.

Возвращает строку 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
# ref-for-dom-document-url①

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

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