removeAttributeNode method (Internet Explorer)

Switch View :
ScriptFree
removeAttributeNode method

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

Removes an attribute object from the object.

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

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.
JavaScriptReturns 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