Cannot the problem of the Set property ' onclick ' of NULL

Source: Internet
Author: User

Today saw a W3school JS Click event Test Case, Details page: Http://www.w3school.com.cn/tiy/t.asp?f=js_dom_event_onclick4, its code is:

<! DOCTYPE html>

Click the effect is normal, and I usually test code when the general habit of JS code in the head tag, the above code if the JS code moved to the head tag, the browser will error, hint: uncaught typeerror:cannot Set Property ' OnClick ' of NULL.

analysis of the code,w3school the way the browser first loaded the button node to execute the JS, so I changed the code to:

<! DOCTYPE html>  <button id= "MYBTN" > click here </button><p id= "Demo" ></p></body></ Html>

The test passes, stating that the node needs to be loaded before the OnClick event can be executed.




Cannot the problem of the Set property ' onclick ' of NULL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.