Click to See Complete Forum and Search --> : Enable Checkbox


JohnJava
02-16-2004, 11:37 PM
Hi all, I want to know how to enable checkbox if checkbox more than one using javascript...:confused:

buntine
02-16-2004, 11:53 PM
document.gelElementsByName("checkBoxName")(0).disabled = 'false';


You can use this javaScript array and simply change the index value to the checkbox you want to enable.

Kor
02-17-2004, 02:56 AM
getElementsByName