Hello all!
I have the following problem. I have both text content and image content of
the web page created in ASP language. How to do combine these two different
types on the page. When I use one of the type:
Response.ContentType="text/HTML",
I cannot make the image shown on the page. The image is a string of confused
chars. Using second type:
Response.ContentType="image/GIF"
is also not a good idea, because the text is shown with a specific way,
which make me not satisfied and HTML code using on the page: <BR> is shown
on the page instead of being executed.
Can you help me how to make shown text and image on the one page?
Regards
Thanx in advance
Marcin from Poland
Douglas J. Steele - 30 Nov 2004 22:34 GMT
As I mentioned to you yesterday, this newsgroup is for questions about using
ActiveX controls in Access, the database product that's part of Office
Professional.
You'll need to find a more appropriate newsgroup to ask your question in.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Hello all!
>
[quoted text clipped - 18 lines]
> Thanx in advance
> Marcin from Poland