Hi Subodh,
I see thatn when I push the "Bigger Chart" button, your code pop up another HTML layer on the existing web page, and use some AJAX methods to display another chart. Because it is using AJAX methods, so I cannot see the HTML used. Would you mind to check if the HTML used in your chart contains the image map and is valid HTML?
A valid HTML means that syntax must be correct, and that each tag must have a unique ID, and the image map name should be unique too. For example, if the first chart is using the #map1 for the image map, the second chart must use another name (such as #map2 or any other name). The usemap attribute in the img tag should reference the name used by the <map> attribute, etc..
Hope this can help.
Regards
Peter Kwan |