Re: xhtml 2.0 noscript

> 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