Il codice PHP l'ho postato...ora ti posto il codice generato dal PHP
Codice PHP:
<table>
<tr>
<th colspan='4'>Scegli destinatari</th>
</tr>
<tbody>
<tr>
<td><input type='radio' name='organizzazione' id='organizzazione' value='IZSLT' onclick='abilita(this)'/>valore</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP0' value='16' checked='checked' disabled='true'/>valore=16</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP1' value='29' checked='checked' disabled='true'/>valore=29</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP2' value='17' checked='checked' disabled='true'/>valore=17</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP3' value='27' checked='checked' disabled='true'/>valore=27</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP4' value='36' checked='checked' disabled='true'/>valore=36</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP5' value='44' checked='checked' disabled='true'/>valore=44</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP6' value='50' checked='checked' disabled='true'/>valore=50</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP7' value='69' checked='checked' disabled='true'/>valore=69</td>
</tr>
<tr>
<td><input type='radio' name='organizzazione' id='organizzazione' value='IZSTO' onclick='abilita(this)'/>valore=IZSTO</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP1' value='22' checked='checked' disabled='true'/>valore=22</td>
</tr>
<tr>
<td><input type='checkbox' id='IZSLT' name='RESP2' value='70' checked='checked' disabled='true'/>valore=70</td>
</tr>
<tr><td><input type='checkbox' id='IZSLT' name='RESP3' value='46' checked='checked' disabled='true'/>valore=46</td>
</tr>
Cambierò la parola della this...
Per quanto riguarda l'id...è univoco??I radio però hanno lo stesso id...giusto?