onMouseMove get mouse position
Posted
by Andrew Chang
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Chang
Published on 2010-06-10T03:19:17Z
Indexed on
2010/06/10
3:22 UTC
Read the original article
Hit count: 290
In javascript, within the javascript event hander for onMouseMove how do I get the mouse position in x, y corrdinates relative to the top of the page?
© Stack Overflow or respective owner