
09/07/2008, 08:06
|
 | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Respuesta: Texto en textfield Hola adexedl
Usa esto:
Código:
<input type="text" value="Algo" onfocus = "if(this.value=='algo') this.value=''"
onblur = "if(this.value=='') this.value='Algo'" />
Saludos, |