Creates a new document.
Syntax
oNewDoc = document.createDocumentFragment()
Return Value
Returns the newly created document.
Standards Information
This method is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To