November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLDocument.close( ) — close an open document and display it
DOM Level 1 HTML
void close( );
This method closes a document stream that was opened with the
open( ) method and forces any buffered output to
be displayed. See the Document.close( ) entry in the
client-side reference section for full details.
HTMLDocument.open( ); Document.close( ) in the client-side reference section