lease respond to "A mailing list for discussion about Sun Microsystem's Java
Servlet API Technology." <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:(bcc: Imran Baig/CresSoft)
Subject: Opening a new browser window from a servlet
Hi!
I have a servlet which is calle
I hope you can use JavaScript's "window.open()" for that.
Hth,
Manish
Stefan Cristoloveanu wrote:
> 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.getWrite
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 w