Hi,
I have an image that is the src of an input tag, and that input tag is wrapped in a form tag. Normally, I can click on this image and the img.x and img.y coordinates are passed to a new page. However, along with sending this info, I want to overlay an image map that i use to trigger tooltips. I get the tooltip and, with an onClick attribute defined in the area tag of the map tag for the image map, I can trigger the form to submit when clicked.
However, I loose the img.x and img.y attributes that were passed when i didn't overlay the image with an image map. I need these coordinates. Can someone tell me how to use a form/input(type=image) with an image map and still be able to submit the form with the coordinates clicked on the input tag's image?
thanks,
gordonsowner
