After your child.jsp finishes its transactions and the user closes the window, by using "onUnload=opener.document.location='main.jsp' " in the body of child.jsp, it should make a new call to retrieve the updated version of the jsp. (The syntax may not be exactly right but very close for 'opener.document.location' because I was using frames with "parent.main.location=example.jsp", do a google search if necesarry)
sufi malak wrote: > I have a main window main.jsp and when I click in a link child.jsp popup, in > child.jsp I am doing some database transactions, how after closing child.jsp > (or after an action finishs in child.jsp) refresh the main.jsp page. > > thanks > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > =========================================================================== > 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 =========================================================================== 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
