by bobbyblades on Tue Oct 16, 2007 4:50 am
how would aaa contain the coordinates? it's just a image submit button?
yes you would know that it was clicked but you can't do anything with the click unless you handle the event via javascript, there is no bufferedImage in javascript an image is an image and you cannot read write data to it.
the only other way I can see besides java is to use javascript to get the click coordinates on the image, then use ajax to send the coordinates to some server side language where it can calculate the color of the pixel at the coordinate
you simply will not get this done using pure javascript