Re: Opening a new browser window from a servlet

2000-08-08 Thread Imran Baig
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

Re: Opening a new browser window from a servlet

2000-08-08 Thread Manish Bhatnagar
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

Opening a new browser window from a servlet

2000-08-08 Thread Stefan Cristoloveanu
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