Creates a new HTMLDocument.

[VBScript]
Public Function CreateHTMLDocument( _
   ByVal title As String _
) As HTMLDocument
[JScript]
public function CreateHTMLDocument(
   title : String
) : HTMLDocument;

Parameters

title
The title of the document.

Return Value

The new HTMLDocument object.

See Also

Implementation Object | Implementation Members | DOM Namespace