Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/03/2006, 06:59
Avatar de SiR.CARAJ0DIDA
SiR.CARAJ0DIDA
 
Fecha de Ingreso: junio-2004
Ubicación: Acá
Mensajes: 1.166
Antigüedad: 19 años, 10 meses
Puntos: 4
Código:
function verificar(o){
    if(!o.value){ 
        alert("Hay que introducir un código.");
        o.focus();
  }
}
Código:
<div>Correo:
    <input type="text" name="email" id="email" maxlength="10" value="" onblur="verificar(this)">
  </div>
__________________
Internet Explorer SuckS
Download FireFox