Thanks for the reminder! It's been a while since I've had to look at
the ASP group.
On Apr 13, 1:58*pm, "Peter Duniho" <NpOeStPe...@nnowslpianmk.com>
wrote:
> On Mon, 13 Apr 2009 10:10:48 -0700, HibernatingBear *
>
> <letmesl...@writeme.com> wrote:
> > [...]
> > <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>
> > [...]
>
> > Any help would be greatly appreciated! *Thank you!
>
> Your question is really an ASP.NET question, and you'd be better of *
> posting it there.
>
> That said, as near as I can tell with my very limited knowledge of ASP.NET *
> is that you should be setting the NavigateUrl property to "#mySpot", not *
> the Target property. *Target refers to the window or frame that will be*
> affected by clicking on the link, not the location to which the browser *
> should navigate.
>
> If that's not the answer, you should post your question in the ASP.NET *
> newsgroup so that you find someone who actually knows what they're talking *
> about. *
>
> Pete