Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

window.opener.location.reload(); don't work

843836Sep 4 2003 — edited Sep 4 2003
I have a jsp page with a table which contains data from a database.
From this page I open a popup window that permits to update these informations.
So from popup window (also jsp page) I submit a servlet and before closing it with wondow.close(), I try to update opener window with:

window.opener.location.reload();

but it sometimes works and sometimes not.
Is there any explanation of this?
Thanks in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2003
Added on Sep 4 2003
3 comments
379 views