Javascript [Electronic resources] : The Definitive Guide (4th Edition)

David Flanagan

نسخه متنی -صفحه : 844/ 379
نمايش فراداده

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( )