R
rh1200la
Hey all. I need to output an image via an .aspx page and hope someone
here can help.
I would like to display an image like this:
<img src="displayImage.aspx?categoryID=1">
The .aspx page will grab a random URL from the database based on the
category id.
I would like the script to load the URL and download the image, and
then have the output be of content type image/gif.
Is there a simple way to do this? I'm not sure if I can use the
XMLHTTP object due to firewall settings on our server, but I'm not 100%
sure on this.
thanks.
-RH
here can help.
I would like to display an image like this:
<img src="displayImage.aspx?categoryID=1">
The .aspx page will grab a random URL from the database based on the
category id.
I would like the script to load the URL and download the image, and
then have the output be of content type image/gif.
Is there a simple way to do this? I'm not sure if I can use the
XMLHTTP object due to firewall settings on our server, but I'm not 100%
sure on this.
thanks.
-RH