Implementation.CreateHTMLDocument Method |
Creates a new HTMLDocument.
[VBScript] Public Function CreateHTMLDocument( _ ByVal title As String _ ) As HTMLDocument
[JScript] public function CreateHTMLDocument( title : String ) : HTMLDocument;
The new HTMLDocument object.
Implementation Object | Implementation Members | DOM Namespace