Display image in a popup (same window) onClick of a particular area on the base image
问题 I have used Image Mapping to specify which image to display if a user clicks on a particular area on the image. Here is my code: <html> <body> <div align="center"> <img id="IMGMAPS" src="base.jpg" border="0" width="802" height="1026" orgWidth="802" orgHeight="1026" usemap="#image-maps" alt="" /> <map name="image-maps" id="IMGMAPS"> <area shape="rect" coords="800,1024,802,1026" alt="Image Map" style="outline:none;" title="Image Map" href="base.jpg" /> <area alt="" title="" href="abc\1.jpg"