Saturday, March 31, 2012

VS2K3 - hotspots

Hi,

How can I create image hotspots in VS2K3, and is there a way I can run them
as server controls somehow ?

Thanx, Neventhe image button control does send x and y orioerties indicating the
location where the image was clicked so you could make a server side image
map. You need the ImageClcikEventArgs object and then somethinglike
e.y,tostring or e.x.tostring
"Neven Klofutar" <neven.klofutar*r*e*m*ove*@.vip.hr> wrote in message
news:Oagj$unKFHA.2736@.TK2MSFTNGP09.phx.gbl...
> Hi,
> How can I create image hotspots in VS2K3, and is there a way I can run
> them as server controls somehow ?
> Thanx, Neven
<body
<p><map name="FPMap0">
<area href="http://links.10026.com/?link=http://www.verisign.com" shape="rect" coords="78, 53, 98, 76">
</map><img border="0" src="http://pics.10026.com/?src=YourImage.jpg" usemap="#FPMap0"></p
</body
John

0 comments:

Post a Comment