Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to call HTML web resource file using java script used in the ribbon

(0) ShareShare
ReportReport
Posted on by 255

I have a document list that is created using a HTML page. I have added a ribbon on the Lead form. The scenario is: when the Ribbon is clicked, the HTML page will open.

*This post is locked for comments

  • Suggested answer
    Syed Ibrahim Profile Picture
    Syed Ibrahim 6,257 on at
    RE: How to call HTML web resource file using java script used in the ribbon

    Call the below JS on Button click. you can pass parameter like account id also to your html page.

    function callHTMLPage()

    {

    debugger;

    var AccountId = Xrm.Page.data.entity.getId();

    Xrm.Utility.openWebResource("new_myhtml",AccountId);

    }

    Mark as verified if this works.

  • Anant Profile Picture
    Anant 255 on at
    RE: How to call HTML web resource file using java script used in the ribbon

    I got it..

    thanks man...!!

  • Suggested answer
    a33ik Profile Picture
    a33ik 84,325 Most Valuable Professional on at
    RE: How to call HTML web resource file using java script used in the ribbon

    Hello,

    I believe Xrm.Utility.openWebResource is what you're looking for - msdn.microsoft.com/.../jj602956.aspx

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,432 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans