Javascript Reference
Categories: param

javascript param type

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

Read/Write  

Provides the MIME type for a param element with a valuetype attribute set to "ref".

 
Example
 
if (document.getElementById("myParam").valueType == "ref") {
    var pType = document.getElementById("myParam").type;
}
 
Value

Case-insensitive MIME type as string. A catalog of registered MIME types is available from ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/.

 
Default

None.


Powered by Linode.