Hi all,
In dynamic crm , I have loaded iframe from other website and submit iframe form but i am not able get success message from iframe div .
I have try following:
parent.Xrm.Page.getControl("WebResource_commonIframe").getObject().contentWindow.document.getElementById('content');
$("#WebResource_commonIframe").contents().find('body');
any above solution is not working
please suggest me any solution.