
16/07/2003, 13:32
|
 | | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 9 meses Puntos: 5 | |
insertar es el nombre del form.
ya coloque la funcion completa al final del mensaje, pero aqui esta nuevamente
for (i = 0; i < f.pelicula.length; i++) {
if (f.pelicula[i].value == 0) {
for (j = 0; j < 9; j++) {
var x = i + 1
var objeto = "txthora" + x + j
alert(objeto)
if (f.objeto.value == "") {
alert("Si colocaste una hora en la Sala " + x + ", entonces ebes seleccionar la Película para la misma.")
f.pelicula[i].focus()
return false
}
}
}
}
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |