Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/09/2006, 07:31
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 2 meses
Puntos: 62
;)

Haber si te gusta esto ;)

Código HTML:
<html>
<head>
<script type="text/javascript">
 function Entero(f,numero)
  {
   if(f[numero].checked==false)
    {
     alert("No lo has elegido");
     return false;
    }   
  }
</script>
</head>
<body>
<form name="formu" onSubmit="return Entero(this,'entero')">
<input type="checkbox" name="entero" />
<input type="submit" name="enviar" value="enviar" />
</form>
</body>
</html> 
;)

PD: Mas vale condon en pene que hijo el año que viene.
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan

Última edición por ZiTAL; 28/09/2006 a las 07:33 Razón: se me ha olvidaU la PD ;)