How to refresh parent and ancestor windows after closing 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
11:03 UTC
Read the original article
Hit count: 395
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 window and is's opened from 2nd window using window.showModalDialog.
And now what I need to achieve is to open 1, 2 and 3 window. Next after closing the 3rd one, refresh 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 post-back during this process.
Dose anybody have any idea how to make it?
© Stack Overflow or respective owner