Hello,
I need to read Iframe content I tried below way but it's showing error "onreadystatechange" function of Iframe.
Line 1 : var childiFrame = Xrm.Page.getControl("IFRAME_Name").getObject();
Line 2 : var innerDoc = childiFrame.contentDocument || childiFrame.contentWindow.document;
I checked it through developer tool of browser both values "childiFrame.contentDocument" & "childiFrame.contentWindow.document" is getting Null/Undefined in CRM 2015.
Your help is appreciated.
*This post is locked for comments
I have the same question (0)