I have a (geographical) map which has been generated as a jpeg and sent to my page using php. I display it as
<img src = "testimage.php" >
I would like to grab lats and longs (using javascript)as I pass the mouse over or click on the image. I can do the maths required, but how to get the event?