Javascript Reference
Categories: plugins

javascript plugins namedItem( )

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

namedItem("name")

  

Returns a single plugin (NN) or embed (IE) object corresponding to the element matching the parameter string value.

 
Parameters
 
  • The string that contains the same value as the desired object's name attribute.
 
Returned Value

One plugin (NN) or embed (IE) object. If there are no matches to the parameters, the returned value is null.


Powered by Linode.