<head>
<script type="text/javascript" src="folder/externaljs.js">
</head>
<body onload="someFunctionInExternalJS();">
</body>
How do I ensure that externaljs.js is loaded first so that someFunctionInExternalJS() is executed as a result? Thanks!
someFunctionInExternalJS();function?window.onloadevent instead