certo.....in realtà sono due colonne stringa, 4 checkbox e un bottone....
codice:<tr> <td width='20'>5</td> <td width='50'>nome fenomeno</td> <td><input type='checkbox' name='check[5][0]' value='N' onclick='seleziona_tutti(this)'/></td> <td><input type='checkbox' name='check[5][1]' value='S'checked /></td> <td><input type='checkbox' name='check[5][2]' value='S'checked /></td> <td><input type='checkbox' name='check[5][3]' value='S' checked /></td> <td><input type='button' name='5' value='check all' onclick='seleziona_tutti(this)'/></td> </tr>

Rispondi quotando