Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/05/2005, 13:58
Avatar de .
.
 
Fecha de Ingreso: mayo-2002
Ubicación: Tampico
Mensajes: 906
Antigüedad: 22 años
Puntos: 1
function validator(theForm) {
if (document.getElementById('radio5').checked && theForm.textarea.value == "")
{
alert("es necesario que ponga sus comentarios!!!!");
theForm.textarea.focus();
return (false);
}else{
return true;

}
}
.....
MUY MALO <input name="preg1" type="radio" value="5" id=radio5>
__________________
Hablamos de matar el tiempo, como si no fuera el tiempo el que nos mata a nosotros