javascript SCRIPT event
| event | NN 6 IE 4 DOM 1 |
|
|
Read-only |
|
Internet Explorer's event model allows binding of object events to script elements with the help of the event and for attributes. The event property returns the setting for the event attribute. Not functional in Netscape 6. |
|
| Example | |
if (document.getElementById("gizmoScript").event == "onresize") {
...
}
|
|
| Value | |
|
Case-sensitive event name string. |
|
| Default | |
|
None. |
|
Previous: javascript SCRIPT htmlFor
Next: javascript SCRIPT defer
1702,Nickname,Homepage or email,Comments here,Add comment
