This question has already been answered:
- Script inside SCript js 1 answer
This is the code that makes third-party scripts and events work, but it doesn't always work, is there anything better than this?
<body onload="dosmth()"> <script type="text/javascript"> function dosmth() { <script src="......</script> } </script>