The 3 lines of code below, do not produce an error, but, the variable image does not show.
1. Yes my browser is set to show pictures
2. I check the properties of the image box with the little red "X" in the corner, and it showed the complete path, but NOT the image file itself, which is represented below by the fields.item variable.
3. Yes, the fields.item statement has the correct value in it I checked, and because the link works.
What have I done wrong?
<td align="left"> <a href="<%response.write"images/"&(rs.Fields.Item("picturefile"))%>">
<img src="images/"<%rs.Fields.Item("picturefile")%> alt="" name="Thumb" width="80" height="80" border="1">
</a></td>
Thanks for any help.