I want to execute a function when an opened child window is closed. Child window opening code is:
outWin = window.open (pageURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=600, height=400, top=100, left=100);
I want to call a Javascript function written in parent window. I am using YUI-2 for developing the plugin.
How can I make it work? What event should be registered?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…