Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

createDocumentFragment method

Creates a new document.

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

 

Syntax

var pNewDoc = document.createDocumentFragment();

Parameters

pNewDoc [out, retval]

Type: IHTMLDocument2

Returns the newly created document.

Return value

Type: IHTMLDocument2

Returns the newly created document.

Standards information

See also

document

 

 

Show:
© 2017 Microsoft