Removes the specified Attribute.

[VBScript]
Public Function RemoveAttributeNode( _
   ByVal oldAttr As Attribute _
) As Attribute
[JScript]
public function RemoveAttributeNode(
   oldAttr : Attribute
) : Attribute;

Parameters

oldAttr
The Attribute to remove.

Return Value

The attribute removed.

See Also

Element Object | Element Members | DOM Namespace