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

window.directories

Podsumowanie

Zwraca obiekt paska adresu okna.

Składnia

dirBar = window.directories

Parametry

dirBar jest obiektem typu barProp.

Przykład

<script> 
 function dirs() { 
  alert(window.directories);
 } 
</script>

Specyfikacja

DOM Level 0. Nie jest częścią specyfikacji.

 

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, jsx, Mgjbot, Internauta1024A
 Ostatnia aktualizacja: jsx,