Hi!

I have a servlet which is called via the submit button of a form.
It processes some data using an Oracle database and outputs the results
using an HttpServletResponse response.getWriter.
The problem is that the results are outputted in the browser window
from where the servlet was called.
I would like to output the results in a new window. How can I do that?

Thanks for your help!

      Stefan

___________________________________________________________________________
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

Reply via email to