How to call a javascript function of parent window when child is closed?
- by biluriuday
Hello All,
I am creating a pop up window. After I am finished with the work on child(pop up) window and click close button, i need to call a javascript function of the parent window. How can I achieve this.
I am not creating the child window myself but displaying the contents of some other url.