Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Suggested answer

html web resource can't find a js web resource

(0) ShareShare
ReportReport
Posted on by 509

I've a html web resource, which is an onclick event from a html button.

I've added the script to the top of my html resource

    <script src="../scripts/fileName.js"></script>

It's not finding the function (it works if I put the function directly in the html web resource).

Is there something I'm missing?


Thanks
Lee

  • Lee-Martin Profile Picture
    Lee-Martin 509 on at
    RE: html web resource can't find a js web resource

    Looks like my path has always been correct.

    However routing through the js file I'm using I have

    var firstVar;

    (function (Phoenix) {

       var myVariable;

       (function (myVariable) {

    at the start

    the function I want to use is within function(myVariable) {

    }

    how do I access my function from here?

    (it's a compiled ts file, converted into js)

  • Lee-Martin Profile Picture
    Lee-Martin 509 on at
    RE: html web resource can't find a js web resource

    Thanks, but the question I've been asking is, what is the right relative path?

  • meelamri Profile Picture
    meelamri 13,206 User Group Leader on at
    RE: html web resource can't find a js web resource

    You need to find the right relative path. Do not use the full URL ;)

  • Lee-Martin Profile Picture
    Lee-Martin 509 on at
    RE: html web resource can't find a js web resource

    Thanks

    So I need to put the full URL in?

  • Suggested answer
    meelamri Profile Picture
    meelamri 13,206 User Group Leader on at
    RE: html web resource can't find a js web resource

    The console shows the wrong URL that you have to correct. The correct URL is the one in the image below.

    pastedimage1624365810450v1.png

    The URLs must match, good luck !

  • Lee-Martin Profile Picture
    Lee-Martin 509 on at
    RE: html web resource can't find a js web resource

    Thanks Mehdi

    I found this

    DevTools failed to load source map: Could not load content for mycrm-app/.../fileName.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

  • Suggested answer
    meelamri Profile Picture
    meelamri 13,206 User Group Leader on at
    RE: html web resource can't find a js web resource

    Hi, 

    Open your Console, load your html page and look for an error that is close to this one: 

    pastedimage1624363637493v2.png

    If you find this kind of error, please share a screenshot..

  • Lee-Martin Profile Picture
    Lee-Martin 509 on at
    RE: html web resource can't find a js web resource

    It contains multiple functions. All the others work as required (it's the way the business works).

    As I said above, the function does work fine when put into the html web resource

    the error message is

    ReferenceError: myFunctionName is not defined at HTMLInputElement.onclick

  • Charan Raju C R Profile Picture
    Charan Raju C R 7 Super User 2024 Season 1 on at
    RE: html web resource can't find a js web resource

    Did you check this javascript library for any syntax errors?

    Does it contains only one function which is working fine when you embed inside the HTML?

  • Lee-Martin Profile Picture
    Lee-Martin 509 on at
    RE: html web resource can't find a js web resource

    js

    name: aa_/scripts/fileName.js

    display name: /scripts/fileName.js

    html

    name: aa_/html/htmlFileName

    display name : /html/htmlFileName

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

Congratulations 2024 Spotlight Honorees!

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December!

Congratulations to our December super stars! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,661 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,379 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans