JS implementation click the check box to change the button or text box to gray unavailable method _ javascript tips

Source: Internet
Author: User
This article mainly introduces how to click the check box in javascript to change the button or text box to gray and unavailable. It involves some tips on Dynamically modifying page element attributes in javascript and has reference value, you can refer to the example in this article to show how to click the check box in JS to change the button or text box to gray unavailable. Share it with you for your reference. The details are as follows:

It is often invisible during registration. If you do not click to read the Registration License, the submit button is gray and cannot be submitted if it is invalid. You must click it. This JS code is used to implement this function, the button below takes effect only when you click confirm to submit.

Shows the running effect:

The Code is as follows:

Click the check box button to change to unavailableScript var checkobjfunction agreesubmit (el) {checkobj = elif (document. all | document. getElementById) {for (I = 0; I

 
  
Script document. forms. agreeform. agreecheck. checked = false script

 

I hope this article will help you design javascript programs.

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.