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