Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/06/2011, 19:21
Avatar de Naahuel
Naahuel
 
Fecha de Ingreso: marzo-2011
Ubicación: localhost
Mensajes: 796
Antigüedad: 13 años, 9 meses
Puntos: 192
Respuesta: Texto predeterminado en input

Algo así:

Código HTML:
Ver original
  1. <input style="color:#CCC" type="text" value="Password" onfocus = "if(this.value=='Password') {this.value=''; this.style.color='#000'}"
  2. onblur="if(this.value=='') {this.value='Password'; this.style.color='#ccc'}" />
__________________
nahueljose.com.ar