javascript OBJECT type
| type | NN 6 IE 4 DOM 1 |
| Read/Write | |
|
Provides an advisory about the MIME type of the external data to be loaded into the object. The browser looks to the type property value if the codeType property is null. |
|
| Example | |
if (document.getElementById("myObject").type == "image/jpeg") {
...
}
|
|
| Value | |
Case-insensitive MIME type. A catalog of registered MIME types is available from ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/. |
|
| Default | |
None. |
|
Previous: javascript OBJECT useMap
1394,Nickname,Homepage or email,Comments here,Add comment
