html, body { height: 100%; margin: 0; padding: 0; }      var widgetScript = document.createElement('script'); // widgetScript.src = "/Infoplum.RioGames.Web/Results/Results.min.js"; widgetScript.src = "/Results/Results.min.js"; widgetScript.onload = function () { bootstrapResults('/Results/', '82', null, null) // bootstrapResults('/Infoplum.RioGames.Web/Results/', '82', null, null) } document.getElementById("resultsWidget").appendChild(widgetScript);