Same Origin Policy Issue On PopUp Window
Hi, i have a button that open popup window url to other web application.
on that web application i want to be able to refresh the parent .
i tried the solution on this link .
https://pdn.pega.com/refreshing-parent-screen-when-its-secondary-pop-window-closed
but get this error : Error: Permission denied to access property "document" on this script line .
ParentObject.document.getElementByID('myHiddenProp').fireEvent('onchange');
any suggestion for this issue ?
Thanks.
***Moderator Edit : Vidyaranjan | Updated Categories***