Ver Mensaje Individual
  #16 (permalink)  
Antiguo 09/06/2004, 11:34
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 3 meses
Puntos: 381
¿yá probaste así?

// Pregunta 1
if(!(document.forms[0].pregunta1[0].checked ||document.forms[0].pregunta1[1].checked)){
alert("¿Conoce Ud la utilidad Fdisk?");
document.forms[0].pregunta1[0].focus();
return false;
}