Programmer's Guide > Interfaces > W3C MouseEvent interface > relatedTarget attribute
  
relatedTarget attribute
Used to identify a secondary EventTarget related to a UI event. 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.
relatedTarget
Access
read-only
Returns
EventTarget