OK... here is whats happening, though I have still not solved
the problem. The images along with all the other contents of the
page are based on a query. Query has 4 tables, logos, offices,
agents, listings. these all pull together on this page based upon
using the go to details behavour that sends the ID for the listing.
As you can see from the page, I have one image displaying on
the page. In this case IMGA. Below you will see a button that says
'view all images'. If I link that button to IMGB, C, D, etc. no
problems, it works. But when it links to image A, for some reason
when the page runs in code view you will see the link is void. But
in DW's code view the link value is still there.
I really need to solve this badly.......
Thanks All
http://www.nky-mls.com/ListingDetailResi.asp?TListings_ID=96
This Works: Linking to any image not displayed on the page.
<a
href="<%=(rsDetail.Fields.Item("IMXB").Value)%>"><img
src="hs-images/but_ViewImages.gif" alt="view images" width="78"
height="25" class="imglink" /></a>
This Does Not Work: Linking to an image already displayed on
the page
<a
href="<%=(rsDetail.Fields.Item("IMXA").Value)%>"><img
src="hs-images/but_ViewImages.gif" alt="view images" width="78"
height="25" class="imglink" /></a>