--- title: Document.URL slug: Web/API/Document/URL translation_of: Web/API/Document/URL ---
{{APIRef("DOM")}}

Die schreibgeschützte Eigenschaft URL des {{domxref("Document")}} interface gibt den Ort des Dokuments als String zurück.

Syntax

var string = document.URL

Spezifikation