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.close

 

Podsumowanie

Metoda document.close() kończy zapis do otwartego dokumentu.

Składnia

document.close() 

Przykład

// otwieramy dokument do zapisu
// i kończymy zamknięciem poprzez close()
document.open();
document.write("<P>The only content</P>.");
document.close();

Specyfikacja

close

Autorzy i etykiety dokumentu

Etykiety: 
 Autorzy tej strony: teoli, arunpandianp, Ptak82, Jan Dudek
 Ostatnia aktualizacja: arunpandianp,