I have a scenario where I want a web page to contain a <link>
to one Javascript resource, and have that resource load two other Javascript resources from the same webserver. Is this possible? Can it be done in a browser-independent fashion?
This may sound a bit unusual, but there are complicated reasons why I'd like to be able to do this, and why combining the resources into a single file is ... awkward.