Jump to content

javascript help


houssam_ballout

Recommended Posts

I think there is something in JS like - objectmame.enabled - booleanValuetry it out

Link to comment
Share on other sites

You can do it with the HTML DOM.Checkbox: http://www.w3schools.com/htmldom/dom_obj_checkbox.aspRadio Button: http://www.w3schools.com/htmldom/dom_obj_radio.asp

<input type="checkbox" id="cb1" /><script type="text/javascript">document.getElementById("cb1").disabled = true;</script>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...