Communicating between IFRAME and an entity
问题 I couldn't make a request to a remote server using JavaScript in the onload function due to access is denied insanity. So, just to make CRM obey, I set up an IFRAME and connect that to a HTML page running my JavaScript. Now, provided that I get some values inside the script (run in an IFRAME ) how can I communicate them to a method in the holding parent? Not quite sure how to explain it more detailed so please feel free to ask. 回答1: Recently I had the joy of connecting to a web service and