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!

Parent Page Reload - Not Working in IE

Payal SharmaMar 11 2019 — edited Mar 11 2019

Hi,

On Close of my modal page, I need to refresh the parent page, I am using the below code which is working fine in Chrome but not in IE:

window.parent.location.reload();

Can anyone suggest me how I can make parent page reload in IE.

Thanks,

Payal

Comments
Post Details
Added on Mar 11 2019
1 comment
126 views