TOC PREV NEXT INDEX

Put your logo here!


relatedTarget


Identifies a secondary target for the event.

Syntax

sTargetObj = event.relatedTarget 

Parameters

sTargetObj is a reference to an additional event target.

Example

// example here 

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
TOC PREV NEXT INDEX