getAttribute(attributeName )
|
|
Parameters
|
StringattributeName
The DOMString giving the name of the attribute.
|
Returns
|
String. Returns a DOMString representing the value for the indicated attribute.
|
Throws
|
TableException
INVALID_ATTRIBUTE_ERR: Raised if the attributeName is not valid for this object.
|