> in a jsp page if i put:
>
>       <%@page contentType="application/vnd.ms-excel"%>
>
> the browser shows me a excel page. but there is a problem. It show me
> a jsp page if i say to it for shown and not to save. when i want to
> see this page it asks me if i want to save or show the page. What must
> i to write in the jso page for showing the excel page without asking
> for saving? thanks Carlos

I have had my attempt at this successfully work.  I dont know what
webserver you are running, but changing the extenstion to XLS might help.
This can be done for Servlets in iPlanet, and for JSP in WebLogic.

                                        Michael Akerman

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