|
|
|
|
|
relatedTarget
Identifies a secondary target for the event.
Syntax
sTargetObj = event.relatedTargetParameters
sTargetObj is a reference to an additional event target.
Example
Notes
From the W3 spec: "Currently this attribute is used with the mouseover event to indicate the EventTarget which the pointing device exited and with the mouseout event to indicate the EventTarget which the pointing device entered."
Specification
relatedTarget
| mozilla DOM project | mailto:oeschger | bug 93108 |
|
|
|
|
|