Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database image displaying

Status
Not open for further replies.

MikeDee

Programmer
Aug 2, 2001
19
0
0
GB
Hiya,

I have this bit of code in my program that creates a link that opens an image file.
How can I modify the below bit of code so that its not a link, and it will just Display the image file?

Response.Write &quot;<a href=&quot;&quot;file.asp?ID=&quot; & rs(&quot;ID&quot;) & &quot;&quot;&quot;>&quot; Response.Write rs(&quot;File Name&quot;) & &quot;</a>&quot;



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top