appendChild method
Appends an element as a child to the object.
Syntax
IHTMLDOMNode retVal = object.appendChild(newChild);
Parameters
newChild [in]
Type: IHTMLDOMNodePointer to an IHTMLDOMNode interface that specifies the element to append.
Standards information
Remarks
The IHTMLDOMNode3::appendChild method appends elements to the end of the childNodes collection.
Windows Internet Explorer 9. Exceptions are only supported when webpages are displayed in IE9 Standards mode.
In Microsoft Internet Explorer 6, This method now applies to the attribute object.
See also
Reference
Conceptual