- From: David Woolley <david@djwhome.demon.co.uk>
- Date: Sat, 29 Jul 2006 10:01:15 +0100 (BST)
- To: www-html@w3.org
> This is a browser support issue, not something required by the XML or > XHTML specifications. It's a standards issue as well. document.write to the currently loading document is a proprietary feature. W3C has document.write, but only to explicitly opened documents, which can't include the current one, because that is implicitly opened. It can be used to write whole documents, but not fragments.
Received on Saturday, 29 July 2006 09:01:22 UTC