removeNamedItem method
Removes an IHTMLDOMAttribute specified with the IHTMLDOMAttribute2::name property from an element by using the IHTMLAttributeCollection interface.
Syntax
IHTMLDOMAttribute retVal = object.removeNamedItem(bstrName);
Parameters
bstrName [in]
Type: BSTRA BSTR that specifies the name of an IHTMLDOMAttribute to remove.
Standards information
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.
IHTMLAttributeCollection3::removeNamedItem was introduced in Microsoft Internet Explorer 6.