Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/01/2011, 13:04
Avatar de _cronos2
_cronos2
Colaborador
 
Fecha de Ingreso: junio-2010
Mensajes: 2.062
Antigüedad: 13 años, 10 meses
Puntos: 310
Respuesta: como limpiar text box de formulario

Prueba esta función:
Código Javascript:
Ver original
  1. function val(campo,valor,texto){
  2.  campo.value=campo.value==texto?valor:campo.value;
  3. }
Código HTML:
Ver original
  1. <input type='text' value='Hola' onfocus="val(this,'',this.defaultValue);" onblur="val(this,this.defaultValue,'');"
Saludos (:
__________________
" Getting older’s not been on my plans
but it’s never late, it’s never late enough for me to stay. "
Cigarettes - Russian Red