I'm not 100% sure of the syntax but you can at any
time refresh the opener page by

top.opener.top.location.reload;

This refers to the top of the child window (in case you have
a frameset), the opener of that top window, then the top
window in the opener, and then the regular location.reload.

Hope this helps.

/Peter

-----Original Message-----
From: sufi malak [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 23, 2002 7:54 AM
To: [EMAIL PROTECTED]
Subject: off topic ( How to refresh opener window ) ??


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

Reply via email to