thanks, actuall in my code I do have
<map name="commandmap">
===
===
</map>
I have to use the same area shape because the jpg is same one, and same location, for all different html page.
Don't use the same value 'commandmap' for the 'name' attribute on both the <img> and <map> tags. The 'name' attribute must be unique or the browser will not find it.
wrote image map into 4 rectangle areas pointing to four different html pages.
Each page has the same image map with same map name as above.
However, when I click page1, then in page1 I click page2, it gets mixed up calling for “page1.htm page2.htm”
Bookmarks