Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

GetNamedItem() Syntax, Parameters and Note

Note: Returns the specified attribute value.      Syntax:      document.all.elementID.attributes.getNamedItem(param1) Parameters:     param1   Required; the name of the attribute.