H
HibernatingBear
I've done this before with html, and feel really stupid having to
ask. However, since I've already done a search and come up with no
workable solution on how to do this in an image map, and lost a few
brain cells from head banging in the process, here goes:
I have hotspots on an ImageMap. When the user clicks the hotspot, I
want to navigate to a spot lower in the page.
So far, at the image portion:
<asp:ImageMap ID="MyImageMap" runat="server" ImageUrl="~/img/
myImage.jpg"
style="width: 600px; height: 300px">
<asp:CircleHotSpot AlternateText="hotspotText"
Radius="20" X="460" Y="61" Target="#mySpot"/>
</asp:ImageMap>
Then, down below:
<td colspan="2"><a name="mySpot"><b>This is the correct place:</b> yes!
</a>
<br />
All this code does is give me the same page, top of page. There is no
code in the PageLoad function.
Any help would be greatly appreciated! Thank you!
ask. However, since I've already done a search and come up with no
workable solution on how to do this in an image map, and lost a few
brain cells from head banging in the process, here goes:
I have hotspots on an ImageMap. When the user clicks the hotspot, I
want to navigate to a spot lower in the page.
So far, at the image portion:
<asp:ImageMap ID="MyImageMap" runat="server" ImageUrl="~/img/
myImage.jpg"
style="width: 600px; height: 300px">
<asp:CircleHotSpot AlternateText="hotspotText"
Radius="20" X="460" Y="61" Target="#mySpot"/>
</asp:ImageMap>
Then, down below:
<td colspan="2"><a name="mySpot"><b>This is the correct place:</b> yes!
</a>
<br />
All this code does is give me the same page, top of page. There is no
code in the PageLoad function.
Any help would be greatly appreciated! Thank you!