Hi,
I spawn a window, process some information, and then issue opener.location .href to change the location of the parent information. I then close the child window. Works great.
However, if the user then clicks on a link again on the redirected page and repeats the process (ie, processes more information) the opener.location .href does not change the parent window.
All of the same code is getting executed. Can anyone tell me why repetitive opener.location .href's don't work for the same parent window?
If the user does a manual reload of the page between spawning a new child window it works fine.
Thanks.
I spawn a window, process some information, and then issue opener.location .href to change the location of the parent information. I then close the child window. Works great.
However, if the user then clicks on a link again on the redirected page and repeats the process (ie, processes more information) the opener.location .href does not change the parent window.
All of the same code is getting executed. Can anyone tell me why repetitive opener.location .href's don't work for the same parent window?
If the user does a manual reload of the page between spawning a new child window it works fine.
Thanks.
Comment