Open Office document inside of IE - ASP.NET

  • Thread starter Thread starter Richard Roche
  • Start date Start date
R

Richard Roche

How do i open Office Documents inside of IE? Currently i get prompted w/ a
dialog box Open/Save/Cancel. In my application i want to programatically
display the document in an iframe. If i point to PDF it works fine, but .doc
file give the prompt.
Thanks.
 
Richard Roche said:
How do i open Office Documents inside of IE? Currently i get prompted w/ a
dialog box Open/Save/Cancel. In my application i want to programatically
display the document in an iframe. If i point to PDF it works fine, but ..doc
file give the prompt.
Thanks.

You have office installed on the client machine?

You are sending the correct content type when responding to the request for
a document?

Do you have Content-Dispostion: attachment in the response? (If so remove
it).
 
Back
Top