Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/04/2007, 03:14
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Re: Completar textbox si esta vacio

Hola Federico

Esto te servirá:

Código:
<input type="text" onblur = "if (this.value=='') this.value='0'" />
Saludos,