Problem with HTA streaming data to client

  • Thread starter Martin Feuersteiner
  • Start date
M

Martin Feuersteiner

Hi,
I've an .aspx page which I call from a .hta in IE6 (so I can get rid of the
window control buttons etc)

When I call the .aspx page directly and run the code below all is fine but
when I call it from the .hta, the code below just hangs.
Any hints are greatly appreciated!
Thanks for your efforts!

Martin

Response.ContentType = "text/richtext"
Response.AddHeader("content-disposition", "attachment; filename=""" &
filename & """")
'Write the file directly to the HTTP output stream.
Response.Write(RTFContent)
Response.End()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top