| Author |
how to enable a checkbox through javascript
|
shelly sharma
Ranch Hand
Joined: Sep 17, 2003
Posts: 32
|
|
|
how to enable a checkbox through javascript. i.e can you tell me the syntax of enabling a checkbox.
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
|
Moving this to the HTML and Javascript forum.
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
this what you want? document.formname.elementname.disabled=false;
|
 |
 |
|
|
subject: how to enable a checkbox through javascript
|
|
|