I ve a popup window which opens with some data in it.When we make changes in it and click the save button, the popup window after saving the data starts refreshing the parent page and itself gets closed (The sequence of oprations is same in the code too).
Now the problem.....
What's happening is sometimes I get correct/upadted data in the parent page and sometimes not but the data is saved definately because again if I open the Popup, it contains the updated data.
The logic to reload the parent page is in javascript and I m using window.opener.location.href() to reload the page after saving the data. I ve ckecked with opener.window.location.href() as well but the result is the same.
What i can understand is that though the data is getting saved but the data in the parent window cannot be updated so quiclky.
Bookmarks