In general, in the JavaScript console, if it states:
Uncaught TypeError: Object #<HTMLDocument> has no method 'getElementByID'
what is the typical problem in your code? I'm new to JavaScript and in writing a program, this has repeatedly come up and I'm not sure how to fix the problem or what could even possibly be the problem.
getElementById not getElementByID
Lower case d. JavaScript is case-sensitive.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With