Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to call a javascript function onClose of pop-up window

Sgodavar-OracleJan 20 2010 — edited May 25 2011
I have pop-up page in apex application. When the user closes the pop-up, I want to refresh the parent page with the following function. How do I call this function?. any ideas are appreciated.

function refreshParent(){
if (window.opener && !window.opener.closed) {
window.opener.location.reload();
}
}

Thanks,
Surya
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2011
Added on Jan 20 2010
7 comments
4,078 views