A
ASP Developer
I have an asp page that has all of the smart tags from a word document. I use
Response.ContentType = "application/word" to let the user click on a link and
have access to a word document as an attachment. This works great as long as
I don't have a header or any graphics. For some reason word is loosing the
location of the graphics. I have tried using virtual paths, physical paths,
complete web paths. No matter what I try, I get the following error when
open my asp page as a word document:
"Some of the files in this Web page aren't in the expected location. Do you
want to download them anyway? If you're sure the Web page is from a trusted
source, click Yes."
Any help would be greatly appreciated.
Response.ContentType = "application/word" to let the user click on a link and
have access to a word document as an attachment. This works great as long as
I don't have a header or any graphics. For some reason word is loosing the
location of the graphics. I have tried using virtual paths, physical paths,
complete web paths. No matter what I try, I get the following error when
open my asp page as a word document:
"Some of the files in this Web page aren't in the expected location. Do you
want to download them anyway? If you're sure the Web page is from a trusted
source, click Yes."
Any help would be greatly appreciated.