|
elementFromPoint
oElement = document. elementFromPoint (iX, iY)
Gets the object oElement based on the ordinate values iX and iY. oElement must support and respond to mouse events.
The coordinates provided are client area coordinates. The upper left corner of the client area is (0,0). |
|