Problem:
I want to be able to display an image on a web page that is pointed to a ASP script. For example.
<img src="
firstimage.asp
This file should recall a URL from the database that points to an image.
I've seen this done in PERL and I assume it can be done with ASP any ideas or code snippets?
I want to be able to display an image on a web page that is pointed to a ASP script. For example.
<img src="
firstimage.asp
This file should recall a URL from the database that points to an image.
I've seen this done in PERL and I assume it can be done with ASP any ideas or code snippets?