![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear All, I need a piece of code which will allow me to disable other checkboxes when one is clicked on. The generation of the checkboxes is a resultant loop which extracts data from a database. The looping code is below. |
#3
| ||||
| ||||
|
|
Dear All, I need a piece of code which will allow me to disable other checkboxes when one is clicked on. The generation of the checkboxes is a resultant loop which extracts data from a database. The looping code is below. Many Thanks Dave % while (not rsProductType.eof) recCount = recCount + 1 If Clng(recCount) >= Clng(startRec) Then recActual = recActual + 1 If recCount mod 2 = 0 Then bgcolor="#FFFFFF" Else bgcolor="#F5F5F5" End If End If % tr td bgcolor="<%= bgcolor %>"><font color="0000FF"><input type="checkbox" name="selAction" onClick="doCheck();"><%=(rsProductType.Fields.Item ("ProductTypeCode").Value) |
|
td bgcolor="<%= bgcolor %>"><font color="0000FF"><%=(rsProductType.Fields.Item("Prod uctTypeDesc").Value)%></fo |
|
/tr % rsProductType.movenext() check = check + 1 wend % |
|
-- dainslie ------------------------------------------------------------------------ posted via www.WebFrustration.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |