'getNamedItem()' Syntax, Parameters and Note : getNamedItem « Javascript Methods « JavaScript Reference

'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.

    

      
      








Related examples in the same category

1.'getNamedItem()' Example
2.'getNamedItem()' is applied to