javascript LINK type
| type | NN 6 IE 4 DOM 1 |
| Read/Write | |
|
Indicates an advisory MIME type declaration about the data being loaded from an external source. For example, an external style sheet would be text/css. This information is usually set in the element tag's type attribute. |
|
| Example | |
if (document.getElementById("myStyle").type == "text/css") {
...
}
|
|
| Value | |
MIME type string. |
|
| Default | |
None. |
|
Previous: javascript links Description
Next: javascript LINK target
1189,Nickname,Homepage or email,Comments here,Add comment
