Please note, this is a STATIC archive of website developer.mozilla.org from November 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

document.URL

Podsumowanie

Zwraca URL bieżącego dokumentu.

Składnia

ciąg = document.URL 

Przykład

var currentURL = document.URL;
alert(currentURL);

Uwagi

URL ma zastąpić używaną w DOM Level 0 własność document.location.href. Jednakże, w przeciwieństwie do niej, document.URL nie można ustawiać.

Specyfikacja

DOM Level 2 HTML: URL

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, khalid32, DR, Mgjbot, Ptak82, Jan Dudek
 Ostatnia aktualizacja: khalid32,