replaceChild method

[This documentation is preliminary and is subject to change.]

Replaces an existing child element with a new child element.

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

Syntax

IHTMLDOMNode retVal = object.replaceChild(newChild, oldChild);

Standards information

Parameters

  • newChild [in]
    Type: IHTMLDOMNode

    IDispatch that specifies the new element to be inserted into the document.

  • oldChild [in]
    Type: IHTMLDOMNode

    IDispatch that specifies the existing element to be replaced.

Remarks

The node to be replaced must be an immediate child of the parent object. The new node must be created using the createElement method.

This property is accessible at run time. If elements are removed at run time, before the closing tag is parsed, areas of the document might not render.

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.

 

 

Build date: 1/26/2012