go
Expand Minimize
1 out of 7 rated this helpful - Rate this topic

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

 

 

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.