If you mean you want to save the report on the client system, no you can't
do that. JSP pages (or anything else for that matter) have no access to the
local file system. Your best bet might be to save the report (or the
parameters that generated it) to the server as an html file or a database
record that can be retrieved later.

Michael


At 06:44 PM 1/5/01 +0000, you wrote:
>Hi, Guru,
>
>I use a jsp to display a report. Is there anyway we can save the report
>without using the "Save As" option on the browser. Or is that possible to
>incorporate the "Save As" function(from browser) into my jsp page?
>
>Thanks!
>
>AJ

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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