Event.clientY (Property)

MSIE mouse position relative to the web page.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Opera - 5.0
Property/method value type:Number primitive
JavaScript syntax:IEmyEvent.clientY

This is the vertical position of the mouse when the event was triggered. The position is calculated relative to the visible document area within the window or frame the mouse was positioned in when the event triggered.

DOM level 2 event handling moves this property to the MouseEvent object.

See also:Event.clientX, Event.pageX, Event.pageY, Event.screenX, Event.screenY, MouseEvent.clientY

Property attributes:

ReadOnly.