removeAttributeNode method
Removes an IHTMLDOMAttribute2 interface from the object.
Syntax
HRESULT retVal = object.removeAttributeNode(pattr, ppretAttribute);
Parameters
pattr [in]
Type: IHTMLDOMAttributeA pointer to the IHTMLDOMAttribute2 interface to be removed.
ppretAttribute [out, retval]
Type: IHTMLDOMAttributeA pointer variable that receives the removed IHTMLDOMAttribute2 pointer.
Standards information
Remarks
IHTMLElement5::removeAttributeNode was introduced in Microsoft Internet Explorer 6.