Javascript Reference
Categories: EMBED

javascript EMBED name

@March 15, 2008, 1:22 a.m.
nameFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM n/a  

Read/Write (IE)  

Reflects the name attribute value of the element's tag.

 
Example
 
document.embeds["myEmbed"].name = "tunes";
 
Value

Case-sensitive identifier that follows the rules of identifier naming: it may contain no whitespace, cannot begin with a numeral, and should avoid punctuation except for the underscore character.

 
Default

None.


Powered by Linode.