Note:
Returns the attribute.
Syntax:
objectName.getAttribute(param1, param2)
document.getElementById("elementID").getAttribute(param1, param2)
document.all.elementID.getAttribute(param1, param2) // IE only
Parameters:
param1 Required; the attribute's name.