Javascript Reference
Categories: EMBED

javascript EMBED type

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

Read-only  

Indicates the MIME type of the external data assigned to the element's type attribute.

 
Example
 
var dataMIME = document.embeds["myEmbed"].type;
 
Value

Any valid MIME type name as a quoted string, including the type and subtype portions delimited by a forward slash.

 
Default

None.


Powered by Linode.