| Author |
Calling parent function when user closes child window
|
Bhavik Patel
Ranch Hand
Joined: Jul 12, 2004
Posts: 155
|
|
I am opening a child window from parent window as a Pop UP Window.Child window is a Modal Window.I want to call a function of parent when user closes child window.How to do that??? Thanks...
|
SCJP 1.4<br />SCWCD 1.4(91%)<br />Working on SCJD -Bodgitt & Scrapper Constructions...<br /> <br />"It takes 43 muscles to frown & 17 to smile but it doen't take any to just sit there with a dumb look on your face .. Keep Smiling "
|
 |
Bhavik Patel
Ranch Hand
Joined: Jul 12, 2004
Posts: 155
|
|
|
never mind ...i got it...window.opener.test()
|
 |
 |
|
|
subject: Calling parent function when user closes child window
|
|
|