Removes an attribute by name.

[VBScript]
Public Sub RemoveAttribute ( _
   ByVal name As String _
)
[JScript]
public function RemoveAttribute (
   name : String
);

Parameters

name
The name of the attribute to remove.

See Also

Element Object | Element Members | DOM Namespace