ASP Image Map

Create a dynamic images map with asp. Just request the querystrings to find the x and y coordinates!

The Code:
<form>
<Input Name="ImageMap" Type="Image" Src="ImageMap.jpg" Alt="Click Anywhere">
</form>


The values will show up as a querystring in the URL. So just grab these values:
<%ImageMap.x = <%=Request("ImageMap.x")
ImageMap.y = <%=Request("ImageMap.y")%>

Try it below:


asp image map dynamic map query string


Back To Top
© 1998 - 2024 psacake.com
Version 7.21 | Advertise on this site