web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Call JavaScript inside HTML web ressource

(0) ShareShare
ReportReport
Posted on by 132

Hello,
I'm trying to test Cross domaine calls in dynamics 365 online

I have created this  web resource, It's making the call  without problem
But when I try to call the funcion from the crm form  : 
 Xrm.Page.getControl("WebResource_<Name>").getObject().contentWindow.window.callTheJsonp();
I get an Error  "contentWindow.window.callTheJsonp  is not a function"

<!DOCTYPE html>
<html lang="en">
<head>
<title>JavaScript - read JSON from URL</title>
<script src="code.jquery.com/jquery-3.2.1.min.js"></script>
</head>

<script>
function callTheJsonp()
{
debugger;
alert("zz");
$.getJSON('ttp://time.jsontest.com', function(data) {
debugger;
alert(data);
});
}
</script>

<body onload=callTheJsonp() >
<div class="mypanel"> uuu</div>

</body>
</html>


Any Ideas ?
What I'm trying to do is to call the JS function in HTML webressource  on Event  (Key presse)

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    ashlega Profile Picture
    34,477 on at
    RE: Call JavaScript inside HTML web ressource

    Hi,

      I think you don't need that extra "window":

     Xrm.Page.getControl("WebResource_<Name>").getObject().contentWindow.callTheJsonp();

  • Suggested answer
    gdas Profile Picture
    50,091 Moderator on at
    RE: Call JavaScript inside HTML web ressource

    Hi,

    Why you are doing get control? $.getJSON will work everywhere if you add your reference jquery library in form onload.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
HR-09070029-0 Profile Picture

HR-09070029-0 2

#2
ED-30091530-0 Profile Picture

ED-30091530-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans