Is this possible?
I am trying to access function from grand parent window (the main window) in my child popup window but the parent window is closed in this case.
a.jsp --> grand parent window (main browser window)
b.jsp--> parent window (pop up window)
c.jsp--> child window (pop up window)
I need to call a function from a.jsp in c.jsp when b.jsp is closed.
Thanks
I am trying to access function from grand parent window (the main window) in my child popup window but the parent window is closed in this case.
a.jsp --> grand parent window (main browser window)
b.jsp--> parent window (pop up window)
c.jsp--> child window (pop up window)
I need to call a function from a.jsp in c.jsp when b.jsp is closed.
Thanks
Comment