removeNamedItem method

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

Removes an IHTMLDOMAttribute specified with the name property from an element by using the IHTMLAttributeCollection interface.

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

Syntax

IHTMLDOMAttribute retVal = object.removeNamedItem(bstrName);

Standards information

Parameters

Remarks

An IHTMLDOMAttribute that is removed with this method reverts to the default value of the IHTMLDOMAttribute when applicable. This method returns a script error if the user attempts to remove a non-existent attribute node.

removeNamedItem was introduced in Microsoft Internet Explorer 6.

 

 

Build date: 1/26/2012