July 1998
Intermediate to advanced
1456 pages
65h 5m
English
mimeType — NN n/a IE 4 DOM n/a
Read-only
Returns a plain-language version of the MIME type of the destination
document at the other end of the link specified by the
HREF or SRC attribute. You
could use this information to set the cursor type during a mouse
rollover. Do not confuse this property with the
navigator.mimeTypes[] array and individual
mimeType objects that Netscape Navigator refers
to. Not available in IE 4/Macintosh.
if (document.all.myLink.mimeType == "GIF Image") {
...
}A plain-language reference to the MIME type as a string.
None.
Read now
Unlock full access