Hi,
 
You need to use usemap attribute of an img html element. Usemap attach a map defined in your html to the image and that map defines different areas on your image. The you can set specific link on every area from your image.
 
I sow something nice with images with map used in reports here:
http://www.jfree.org/jfreechart/index.php, Servlets, JSP. It is about the Cewolf Project.
 
Unfortunatelly, I don't know a nice tool to create a map for an image.
 
Hope this helps,
Alin.
Hi,
 
I have a world map which is an image and the user can click on any of the continent.
Once a particular continent is clicked, the world map must be replaced by that continent's map and so on..
 
Now, I have one image for each continent. The problem is how to know which continent was clicked upon in the world map?
 
Any Ideas?
 
Regards,
Sunil

Reply via email to