seema
11-17-2005, 02:02 PM
Hello,
I am working on a html page which has many checkboxes. The checkbox names are composed at run time. When the user selects one checkbox I need to disable or enable the rest of them.
I wrote a function to handle "Onclick" event for the checkbox. However in that function I need to get the list of all the checkboxes on that form. I tried many methods and they didn't quite work well. Anyone have a suggestion ?
Thanks.
I am working on a html page which has many checkboxes. The checkbox names are composed at run time. When the user selects one checkbox I need to disable or enable the rest of them.
I wrote a function to handle "Onclick" event for the checkbox. However in that function I need to get the list of all the checkboxes on that form. I tried many methods and they didn't quite work well. Anyone have a suggestion ?
Thanks.