Have you tried saving the file to the server, and then response.redirect to
it?
--
http://www.aspfaq.com/
(Reverse address to reply.)
"Gabriel Froes" <Gabriel
> wrote in message
news:88342D5F-1AC9-4D0A-82C9-...
> Hy,
>
> I try to open mht file generated by ASP use the Content-Type =
> "application/msword".
>
> When the browser show de "dowload dialog" and I click in the Save button
> the file open perfectly, but if I try to click in the Open button, the
> browser show the "downloading dialog" and stay perpetual trying to open
> the file.
>
> My problem is, I cant save the file in the local machine, I need the Open
> only in memory.
>
> tanks.