Calling Function of Parent Window in Child Window:
- <script type="text/javascript">
- window.onunload = function (e) {
- opener.CallParentfunction();
- };
- </script>
Note: This doesn't
work on IE if the the Child window and the Parent window are not from the
same domain.