Forwarding Response to Another Page after download
"Manjaparairamakrishnan, Prashanth (Cognizant)" <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
I have a download page where when one clicks a button i redirect the page to a servlet whose response content-type is "application/download". What this does is that if the user clicks the button a "Save as Window" will appear then the user can download the file. My problem is that after downloading the file, the user is still in the download page. What I would want to do is after the user downloads the file.. I would like to redirect him automatically to a another page (Thank You Page, etc.).. Can this be done? Pls can you hep me with this. A sample code snippet wud be very useful. Thanx and Regds. -----Original Message----- From: Jayson Falkner [mailto:[email protected]] Sent: Thursday, May 29, 2003 6:09 AM To: [email protected] Subject: Re: JSP vs Servlets Both technologies are very similar, and JSP primarily extends the Servlet API. Servlets are a pure Java method of generating/manipulating HTTP requests and responses. JSP is a more markup friendly method of generating HTTP responses. You tend to see JSP used for generating HTML/XHTML/etc pages, and Servlets (more specifically servlet filters) tend to be used for building more Java-intensive, low level functionality, such as auto-compressing HTTP responses or tracking what pages are most visited. In general, you should not think that it is desirable to choose only one of the two technologies to use. If you want to build a web application with Java you will likely want to know both, especially since you'll want to use things such as servlet filters to aid the markup generated by JSP. Cheers, Jayson Falkner [email protected] On Wed, 2003-05-28 at 21:43, Leviaguirre Queral José Luis wrote: > What are the differences, advantages and disadvantages on programming > Servlets vs JSP. > > In other words: What are Servlets and JSP mostly used. > > Thanks in advanced, > > Jose.- > > Jose Luis Leviaguirre Queral > Programador Zentrum ZiztemaZ > Of. 5223-8476 > > > "De todas las flores de la vida, la venganza es la que más pronto se > marchita." (Mika Waltari, escritor.) > ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
InterScan_Disclaimer.txt
(text/plain, 929 B)
This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.
Visit us at http://www.cognizant.com
___________________________________________________________________________
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html