Greetings
I have been attempting to add HTML elements in my document during the window.onload to call an html injecting function using several different approaches, none of which are working. In Chrome's developer tools>scripts my most commonly occurring error is cannot call method (i.e. appendChild, innerHTML) on "null".
Below are my 3 approaches, can anyone see why they are not working?
I have been attempting to add HTML elements in my document during the window.onload to call an html injecting function using several different approaches, none of which are working. In Chrome's developer tools>scripts my most commonly occurring error is cannot call method (i.e. appendChild, innerHTML) on "null".
Below are my 3 approaches, can anyone see why they are not working?
Comment