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 "<a href=""file.asp?ID=" & rs("ID"
& """>" Response.Write rs("File Name"
& "</a>"
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 "<a href=""file.asp?ID=" & rs("ID"