如题

解决方案 »

  1.   

    看看
    <asp:imagemap id="Buttons" imageurl="hotspot.jpg" alternatetext="Navigate buttons"    runat="Server">                 
            <asp:RectangleHotSpot
                    hotspotmode="Navigate"
                    NavigateUrl="navigate1.htm"
                    alternatetext="Button 1"
                    top="30"
                    left="175"
                    bottom="110"
                    right="355">
             </asp:RectangleHotSpot>     <asp:CircleHotSpot HotSpotMode="Navigate"  NavigateUrl="aa.aspx"  PostBackValue="aa" X="10" Y="10" Radius="10“  Target="_blank" />