This is a method that was implemented early in the life of the Netscape browser. It is only provided for backwards compatibility with older projects and should not be used in any new work you do.
This method is deprecated as of JavaScript version 1.2 from which point you simply need to use document.open() to create a fresh (and empty) document.
See also: | Document object |
Prev | Home | Next |
Document.classes[] | Up | Document.close() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |