javascript event toElement
| toElement | NN n/a IE 4 DOM n/a |
| Read-only | |
|
Returns a reference to the element object to which the cursor has moved that triggered the onmouseout event. |
|
| Example | |
if (evt.toElement.id == "upperLevel") {
...
}
|
|
| Value | |
Element object reference. |
|
| Default | |
None. |
|
Previous: javascript event type
791,Nickname,Homepage or email,Comments here,Add comment
