removeAttributeNode method
[This documentation is preliminary and is subject to change.]
Removes an attribute object from the object.
![]() |
Syntax
object.removeAttributeNode(pattr, )Standards information
Parameters
- pattr [in]
-
Type: IHTMLDOMAttribute
attribute object to be removed. - ppretAttribute [out, retval]
-
C++ A pointer variable that receives the removed IHTMLDOMAttribute2 pointer. JavaScript Returns a reference to the removed attribute object.
Return value
Type: ObjectReturns a reference to the removed attribute object.A pointer variable that receives the removed IHTMLDOMAttribute2 pointer.Remarks
removeAttributeNode was introduced in Microsoft Internet Explorer 6.
Build date: 2/14/2012
