refresh parent page from child's child page
Posted
by Nani
on Stack Overflow
See other posts from Stack Overflow
or by Nani
Published on 2010-04-26T14:13:51Z
Indexed on
2010/04/26
14:33 UTC
Read the original article
Hit count: 438
ASP.NET
|JavaScript
Hi,
Is it possible to refresh parent page from child's child page using javascript.
I have a webform which opens a child window, a button on child window closes the present child window and opens a subchild window. Now a button on subchild should close the window and refresh the parent form.
Please suggest me the way of doing it.
Thank You.
© Stack Overflow or respective owner