28/04/2006, 09:10
|
| | | Fecha de Ingreso: octubre-2005 Ubicación: Aquí y allá.
Mensajes: 323
Antigüedad: 19 años, 3 meses Puntos: 7 | |
Prueba haciendo esto:
for (j = 1; j < 17; j++) {
var checkboxname = "inst"+j;
document.all[checkboxname].checked = true;
ó
document.getElementById(checkboxname).checked = true;
}
__________________ El último TipdaR |