Asp.net Imagemap function
Hello,
I am making a website right now and would like some help on a function for the ImageMap command. Is there anyway, I can point an id number from my database to open up a specific image in that imagemap? This is what I mean:
if productid=1
open(image1.jpg)
elseif product=2
open(image2.jpg)
elseif product=3
open(image3.jpg)
...
Any help would be greatly appreciated. Thanks in advance.
|