How to call a javascript function of parent window when child is closed?
Posted
by biluriuday
on Stack Overflow
See other posts from Stack Overflow
or by biluriuday
Published on 2010-05-05T13:49:13Z
Indexed on
2010/05/05
14:18 UTC
Read the original article
Hit count: 197
javascript-events
|JavaScript
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.
© Stack Overflow or respective owner