Javascript Reference
Categories: cells

javascript cells namedItem( )

@March 15, 2008, 1:22 a.m.
namedItem( )Firefox/Netscape/NN 6 IE 6 Chrome/Safari/DOM 1  

namedItem("ID")

  

Returns a single td object or collection of td objects corresponding to the element matching the parameter string value.

 
Parameters
 
ID

The string that contains the same value as the desired element's id attribute.

 
Returned Value

One td object or collection (array) of td objects. If there are no matches to the parameters, the returned value is null.


Powered by Linode.