Re: document.write to self during load not allowed by PR-DOM

David,

When you get a Document interface through some DOM implementation specific
method, the Document is implicitly opened so that you can invoke editing
methods.  If you are right then no one should be able to insert or delete
nodes without invoking the open method in HTMLDocument.

Don Park
Docuverse

Received on Monday, 7 September 1998 11:34:37 UTC