make an image rollover that calls an asp page
Hello does anyone have a quick solution to my problem.
I have a link that when i click on it, it takes me to a page showing further information.
The query i have is can i how create the link as an image rollover, and if so then how?
If anyone has any idea how to do this id be grateful for the suggestions.
G.
The code is as below
<a href='/vango/products/tentsinfo.asp?typename=<%=rsVangoTentSelect.Fields .Item("ctrUID").Value %>'>
<img src='dataimgs/<%=rsVangoTentSelect.Fields.Item("strThumbnail").V alue%>' alt='<%=rsVangoTentSelect.Fields.Item("strShortPro ductName").Value %>' border=0><br>
<img src='dataimgs/<%=rsVangoTentSelect.Fields.Item("strShortProductN ame").Value %>'></a>
|