Hey all,
I am developing an application in asp that displays details of a user along with a photograph. However I am encountering problems.
The application consists of two pages:
1. Retrieves the image and displays it
2. Displays the users details and should display the image brought back by page 1
Page 2 uses the img tag as follows:
<img src="photo.asp?rec_idx=2345">
As the <img> tag expects an image, not a webpage, this code does not work.
One idea I had was to make page 1 return the actual image code rather a web page with an image embedded within it. The only problem is, I am not sure how to do this in asp![]()
Does anyone have any ideas for a workaround?
Thanks in advance,
Leon


LinkBack URL
About LinkBacks
Reply With Quote
