| free hosting image hosting hosting reseller online album e-shop famous people | ||
![]() ![]() |
||
Now paste this code in the body of your page:
Item 1<input type="checkbox" name="ckbox"Above, Item1 passes the index parameter 0.
onClick="javascript:checkBoxValidate(0)">
for (j = 0; j < 8; j++)Next, if the counter j is equal to the index parameter cb, the corresponding box is checked:
if (eval("document.myform.ckbox[" + j + "].checked") == true)
document.myform.ckbox[j].checked = false;
if (j == cb)
document.myform.ckbox[j].checked = true;