Hi,
document.getElementById().innerHTML keeps returning an "Cannot set property 'innerHTML' of null"
I have absolutely no idea what I am doing wrong
This is the literally all the code
document.getElementById("Container").innerHTML = "<div>example</div>"
I have a container with name "Container"
Any help is really greatly appreciated
Thanks in advance
Louie
Please make sure Container exists while you are running this code.
Make sure Container is not hidden or you are calling code on OnReady event.