currentTarget
Identifies the currently registered target for the event.
Syntax
targetObj = event.currentTarget
Parameters
targetObj is an object reference to a node in the DOM.
Example
Notes
Specification
currentTarget
Netscape Communications http://developer.netscape.com |