Image Coordinates

Image Coordinates

am 07.01.2008 07:31:57 von pradeep

Hello all,

I have a html page with image. When i move mouse over image, i want to
get
XY Coordinate of my mouse move position, how can i get that XY
Coordinate ?

Thanks in advance.

Re: Image Coordinates

am 07.01.2008 07:38:11 von Steve

"pradeep" wrote in message
news:9313f004-3d55-484c-a191-573664816586@i29g2000prf.google groups.com...
> Hello all,
>
> I have a html page with image. When i move mouse over image, i want to
> get
> XY Coordinate of my mouse move position, how can i get that XY
> Coordinate ?

you would use a client-side scripting language like javascript...since php
is *server* side. next, you'd need to post that question to the appropriate
*client* side scripting language news group.

if you need help getting the x/y clicked coordinates of a form submission
via an image click...we've got you covered.

btw, both are so common, you'll get the best answer just by googling for
examples.

Re: Image Coordinates

am 07.01.2008 19:48:34 von Paul Lautman

pradeep wrote:
> Hello all,
>
> I have a html page with image. When i move mouse over image, i want to
> get
> XY Coordinate of my mouse move position, how can i get that XY
> Coordinate ?
>
> Thanks in advance.

Please DO NOT multi-post!
Cross post if you must but do not multi-post, it just wastes people's
time.