dpeterson
Posts: 13
|
| Posted: 09/05/2007, 7:50 AM |
|
Hello all,
We currently have some forms that export to Word and they are very successfull. The only problem is with images. These images are a part of the page that exports to Word, and they work fine when it's viewed as a wepbage. But when we export to Word, the images are not exported with it.
I am not sure if it is possible, but can you export images when you export a wepbage to another application? Or do they have to download the images along with the webpage to view the images?
The code I use is: Response.ContentType = ("application/vnd.ms-word")
This is in the Page_BeforeShow Function. I am using VB ASP on the Server Side. Javascript on the Client Side.
Thanks!
|
 |
 |
mhope
Posts: 37
|
| Posted: 09/06/2007, 3:06 PM |
|
I had this problem a while back too, I fix it by putting the full url of the image in ie http://www.123abc.com/images/image.gif
Hope this helps
|
 |
 |
|