I have a normal HTML page which has loaded, how can I use Javascript to then load a dart script into the page and run the dart script? The restriction I have is that I can only load Javascript at the beginning.
I then want to load a dart script and run it.