Can anyone help me with the code, it is working for first time and next time it is overwriting the code:
<script>
var divtest= document.createElement("div");
divtest.innerHTML = "<div>new div</div>"
objTo.appendChild(divtest)
</script>
Any help would be appreciated.