Hello,

I have the following problem:
I created a jsp (basic.jsp with three frames). Through the basic.jsp i
open other jsps using the JavaScript command:

var w = window.open ("","","resizable,width=600,height=600,scrollbars=yes");
    w.location = "../jsps/second.jsp?id="+val;

In the second.jsp an action occurs that affects one of the basic.jsp
frames e.g. a delete of an document occurs. Now my problem is that i want
to refresh the frame (programmatically) of the basic.jsp to display to the user
that the action is done.

Any ideas how to solve this problem?

Many thanks

===========================================================================
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to