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.

document.width

Podsumowanie

Zwraca szerokość bieżącego dokumentu w pikselach.

Nie obsługiwana przez IE.

Składnia

piksele = document.width 

Przykład

function init() {
  alert("Szerokość dokumentu wynosi " + document.width + " pikseli.");
}

Uwagi

Zobacz także DOM:document.height.

Specyfikacja

DOM Level 0. Nie jest częścią żadnego standardu.

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, AshfaqHossain, Ptak82, Jan Dudek
 Ostatnia aktualizacja: AshfaqHossain,