hello all,
this is my first post on the site.
I just want to Know the javascript which is used to disable the checkboxes on click of another checkbox?
means if we click on checkbox, the other 2, 3 checkboxes should be disabled.
Actually, i am retriving Questions and their answers from SQL Server using ASP. And the ID's of these Questions and answers are set as value to the respective checkboxes.
If, I clicked on the question checkbox then the answers checkboxes should be disabled.
pl help me
this is my first post on the site.
I just want to Know the javascript which is used to disable the checkboxes on click of another checkbox?
means if we click on checkbox, the other 2, 3 checkboxes should be disabled.
Actually, i am retriving Questions and their answers from SQL Server using ASP. And the ID's of these Questions and answers are set as value to the respective checkboxes.
If, I clicked on the question checkbox then the answers checkboxes should be disabled.
pl help me
Comment