|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Transfer .asp page to MS word include images within <IMG> tag
I am posting this question for a second time, as I received no answer
on the first post and am desperate for resolution. I am using Response.ContentType = "application/msword" Response.AddHeader "Content-Disposition", "attachment;filename=Letter.doc" to download my asp page to the client. The download process works great but when I open the .doc file it is missing the image included within the html <img> tag of the .asp page. How do I get the image to come down with the text? If someone could help me out it would be greatly appreciated. here is the image tag <IMG src="LargeLogo.jpeg" align=left> This image is not embedded in the word document. |
|||||||||||||||||||||||