Hi,
I have a jsp page which set up header as following:
response.setHeader("Content-Disposition","attachment; filename=
result.txt;");
on this jsp page I format the output as the fixed length column format.since
the header is set up this way, so when this jsp page is loaded, it suppose
to pop up the download dialog box and show the default save as file name as
result.txt.
it works perfect in IE 5.0, but since I upgrade the IE 5.0 to IE 5.5, it
won't pop up the download dialog box anymore, it just directly display the
output in the plain text format on the brower.
can someone tell me how to deal with the header type to make it still
treated as download file in IE 5.5 ???
thanks
Helen Ge
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets