How to refresh parent and ancestor windows afret colsing the child windows?
Posted
by truthseeker
on Stack Overflow
See other posts from Stack Overflow
or by truthseeker
Published on 2010-03-19T11:44:06Z
Indexed on
2010/04/16
10:53 UTC
Read the original article
Hit count: 324
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?
© Stack Overflow or respective owner