Hello,
It should render the image to the screen. However, I notice that you have some extra " in your src attribute. You have:
<img src="../../../img/"d_HL1435.gif" ">
It should be:
<img src="../../../img/d_HL1435.gif">
The new response.Write line is:
Response.Write("<img src=""../../../img/" & modelpic & """>")
Try that, and let me know,
Brian
|