The thing is that you’re not really loading a site, but loading a JS file.
The only way I can think of achieving that id using the HTML component post message to deliver data (such as the JS file URL), and set the HTML component code to load it.
See here about how to send data to HTML component.
See here about how to create a dynamic script tag in javascript - this should be done in the HTML component code.