Javascript Methods JavaScript Reference

Note:
Removes the given attribute node from the element.
    
Syntax:
    
document.getElementById("elementID").removeAttributeNode(param1)
document.all.elementID.removeAttributeNode(param1) // IE only
Parameters:
    param1   Required; the name of the attribute to be removed.