How to refresh parent and ancestor windows afret colsing the child windows?
- by truthseeker
Hi,
I have three windows:
1st - main window
2nd - child window - it's opened using window.showModalDialog from 1st widnow.
3rd - window - is an ancestor of 1st widnow and is's opened from 2nd widnow using window.showModalDialog.
And now what I need to achivie is to open 1, 2 and 3 window. Next after closing the 3rd one, refrest the 2nd one. And after closing the 2nd one, refresh the 1st one.
But there is one more assumption, I don't want to have any postback during this proces.
Dose anybody have any idea how to make it?