DekGenius.com
Team LiB   Previous Section   Next Section
HTMLDocument.close( ) close an open document and display it

Availability

DOM Level 1 HTML

Synopsis

void close(  );

Description

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.

See Also

HTMLDocument.open( ); Document.close( ) in the client-side reference section

    Team LiB   Previous Section   Next Section