Hi every one!
I have a window(A) which opens a popup(B)... which further opens another popup(C) and closes
it self but the parent remains open and the newly created popup does some processing and closes
itself... i would like to refresh the main Parent i.e A
I did try window.top but then it constantly refers to window (C) and window.opener does not work because (B) has already been closed.
Any help would be appreciated.
Thank you.
I have a window(A) which opens a popup(B)... which further opens another popup(C) and closes
it self but the parent remains open and the newly created popup does some processing and closes
itself... i would like to refresh the main Parent i.e A
I did try window.top but then it constantly refers to window (C) and window.opener does not work because (B) has already been closed.
Any help would be appreciated.
Thank you.