go
Expand Minimize
0 out of 4 rated this helpful - Rate this topic

createHTMLDocument method

Creates an HTML document.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4Internet Explorer 9

Syntax

var retval = implementation.createHTMLDocument(bstrTitle);

Parameters

bstrTitle [in]

Type: BSTR

The value of the title element in the HTML document.

Return value

Type: IHTMLDocument7

The resulting HTML document.

Standards information

See also

implementation
Reference
createDocument
createDocumentType

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.