786snow
Programmer
- Nov 12, 2006
- 75
Hi,
if I have an array of checkboxes, and I do not give them id. Is it true to say that their id will be automatically
check_all[0] & check_all[1], or this has notning to do with id, this just way to use them, since it is an array
2. is it necessray to give id to text boxes, checkboxes etc?
*************
<TR>
<td><INPUT TYPE=checkbox NAME=check_all VALUE=E >
<b>Select all documents</b></td>
</TR>
<tr>
<td><input type="checkbox" name="check_all"
value="E"/ > Account statements </td>
</tr>
if I have an array of checkboxes, and I do not give them id. Is it true to say that their id will be automatically
check_all[0] & check_all[1], or this has notning to do with id, this just way to use them, since it is an array
2. is it necessray to give id to text boxes, checkboxes etc?
*************
<TR>
<td><INPUT TYPE=checkbox NAME=check_all VALUE=E >
<b>Select all documents</b></td>
</TR>
<tr>
<td><input type="checkbox" name="check_all"
value="E"/ > Account statements </td>
</tr>