
24/08/2005, 12:49
|
| | Fecha de Ingreso: octubre-2004
Mensajes: 101
Antigüedad: 20 años, 4 meses Puntos: 0 | |
Ya solucione el problema
esta es la funcion ke tengo
function ActivarForm() {
x = document.formVerRol.I.value;
j = document.formVerRol.j.value;
for (ind1=1; ind1 <= x; ind1++) {
for (ind2=1; ind2 <= j; ind2++) {
document.formVerRol["grupo" + ind2 + "_" + ind1].disabled = false;
}
}
} |