HI ALL,

I have a problem which i want to solve. I open a window from one jsp say
a.jsp and let the other window be b.jsp. After the values in b.jsp are
entered into the database the window should closing refreshing a.jsp.

I have done this with javascript like

out.println("<script>");
out.println("window.opener.history.go(0)");
out.println("self.close()");
out.println("</script>");

But my problem is that i dont want to use javascript because a.jsp expects
parameters which i want to pass using response.sendRedirect() , so that the
page gets refreshed. And b.jsp closes. Could anyone throw some light on
this.

Regards,
Vikramjit Singh,
Systems Engineer,
GTL Ltd.
Ph. 7612929-3140

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to