<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">HTMLDOMImplementation</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span>  IE <span class="emphasis">n/a</span>  DOM <span class="emphasis">2</span>&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description">
						<p>The W3C <span class="literal">HTMLDOMImplementation</span> object is an
HTML-specific extension to the <span class="literal">DOMImplementation</span>
object. Although not yet implemented in browsers, it may in the
future provide an avenue to creating virtual HTML documents, much
like the way you can create virtual XML documents in Netscape 6 and
later. The one method that this object brings to the DOM is
<span class="literal">createHTMLDocument( )</span>.
</p>
												</td>
</tr>
			</table>
		</div>

</body>
</html>