Open Office document inside of IE - ASP.NET
am 06.04.2008 16:15:00 von RichardRoche
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
Re: Open Office document inside of IE - ASP.NET
am 06.04.2008 16:31:18 von Anthony Jones
"Richard Roche" wrote in message
news:47639AD4-628C-4E8B-9B66-ED376BFEFBF5@microsoft.com...
> 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).
--
Anthony Jones - MVP ASP/ASP.NET