Availability
JavaScript 1.0; deprecated
Synopsis
document.clear( )Description
The clear( ) method
of the Document object is deprecated and should not be used. To clear
a document, you should simply open a new one with
Document.open( ).
See Also
Document.close( ), Document.open( ), Document.write( )