:: Forum >> Version 2 >>

Mouse position

The following code gives the position of the mousepointer in het current cell where the mousepointer is in on that moment.

function document.onmousemove() {
alert(window.event.', ' window.event.y);
}
 
But how can I retreive the REAL mouseposition. So NOT related to the current cell where mousepointer is in. ????
Martin
Thursday, September 21, 2006
Never mind. Got it.
I should have used window.event.clientX
Martin
Thursday, September 21, 2006



This topic is archived.

Back to support forum

Forum search