Greetings, The task: to add content (HTML) exactly at the place where <script> was placed, i.e. how do I get the parent of a
<scrirpt type="text/javascript" src="scriptsource.js"></script> -like tag? I need to use DOM scripting, not document.write(). Thank you! Konstantin