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!
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