Currently I have this
<body>
...
</body>
But I would like to dynamically add this tag to my page with javascript (please no jquery)
<body>
<div id="ajaxLoad"></div>
...
</body>
So the new tag needs to be the first thing right after the body tag. How can I do this?
Here is a way to do it:
References: