How to disable checkbox - TechRepublic
General discussion
March 27, 2001 at 08:33 AM
ladyskydiver

How to disable checkbox

by ladyskydiver . Updated 25 years, 3 months ago

Using VI6 and SQL7. In the onclick event of the checkbox, how do I disable other checkboxes based on the value of the checkbox? A radio button will not work for this. Code is:

Do until rs1.eof

value=<%=rs1(fieldname)%>

rs1.movenext
loop

Thanks!
Regards, Cora

This discussion is locked

All Comments