B
Billy Jacobs
I have a web page which outputs as a word document using
the following:
Response.ContentType = "application/msword"
'''''''' Remove the charset from the Content-Type header.
Response.Charset = ""
Whenever I go the page on my computer it prompts me if I
want to save or open the file. This is the desired
behavior. There is a checkbox which I can uncheck so that
I don't receive this prompt.
On some of my clients machines they do not get this
prompt. I am assuming the checkbox setting is set to not
prompt.
How do I set IE to prompt to save the word document to a
file instead of just opening it inside of IE?
Thanks,
Billy Jacobs
the following:
Response.ContentType = "application/msword"
'''''''' Remove the charset from the Content-Type header.
Response.Charset = ""
Whenever I go the page on my computer it prompts me if I
want to save or open the file. This is the desired
behavior. There is a checkbox which I can uncheck so that
I don't receive this prompt.
On some of my clients machines they do not get this
prompt. I am assuming the checkbox setting is set to not
prompt.
How do I set IE to prompt to save the word document to a
file instead of just opening it inside of IE?
Thanks,
Billy Jacobs