0

I am looking for a bestway to find the matching image (out of set of stored images) on click of the part of image.

For example if I have image of person holding pen, if I click on pen portion of the image, i should be able to retrieve the pen image from the set of predefined images in this case i should be able to retrieve pen image if exists.

I am willing to know what java/javascript based framework is suitable for this and best way of doing it.

Thanks in advance for all the help.

1 Answers1

1

The area tag was designed for projects like this. You can use the area tag to specify a region of your image that when clicked will go to a link or run a javascript function to bring up the specific image. Here is an example.

Blake Plumb
  • 6,779
  • 3
  • 33
  • 54