SyntaxFix
Write A Post
Hire A Developer
Questions
You can use JQuery to ensure that all elements of the documents are ready before it starts the client side scripting
$(document).ready( function() { document.getElementById(elmId).innerHTML = value; } );