HTMLAppletElement.RemoveAttributeNode
Syntax:
Parameters:
<Attribute> (required)
The removed attribute of the element.
Returned value:
The removed attribute.
Description:
If you remove an attribute that is not explicitly specified in the element and is taken from the document schema, a new Attribute node is created, and a default value is set to it.
Exception reasons:
- The specified attribute is not an attribute of this element;
- This node is read-only.
Availability: