Originally posted by Bear Bibeault:
You can't, thank goodness.
Don't you think that would be a tad rude if it were allowed?
Yes I agree. In some situations it would be very rude :-)
But what I wish to do, is to pass some data from the popup window to a
servlet. The servlet does some data manipulation and save the data into a session, and then the servlet redirects back to the main.jsp page. The updated (manipulated) data is then going to be showed here.
If I only use the function window.opener.reload(true) in my popup window then I "sometimes" have to refresh the main.jsp page manually before the updated data is shown.
What can I do to ensure the main.jsp always shows the updated data being manipulated in the servlet?