Hello Experts,
window.parent.Xrm.Page.getAttribute(radioName.name).setValue(parseInt(radioName.value));
above is the line which is giving error. Till now this was working fine but now its giving error as below
Uncaught SecurityError: Blocked a frame with origin "https://****.com"
from accessing a frame with origin "https://*****.****.com".
Protocols, domains, and ports must match
How to resolve this error. Trying to update attribute value on form on click of radio button in html page called in IFrame.
Thanks
Madhu
Thanks and Regards. MadhuSudhan M