I've got a jsp app that, among other things, queries a database for objects,
and generates an html table listing information about the resulting objects.
I have wrapped href tags around the same key in each row of the table.  When
the user clicks on a row's key, my code gets the content of the object tied
to the key.  The content is saved(temporarily) to the webserver and then I
do a sendRedirect() passing in the location of the content file on the
server which brings up the browser's Save/Open dialog -- letting the user
download the file.  This seems to work WOF in Netscape Nav, but doesn't want
to work in IE.  Has anyone else had any experience with this?  Any ideas?

===========================================================================
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

Reply via email to