![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/04/2008, 15:12
|
![Avatar de JavierB](http://static.forosdelweb.com/customavatars/avatar16568_12.gif) | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Re: (Consulta) Textro dentro de un campo Hola opzina
Prueba esto:
Código:
<input type="text" value="texto" onfocus = "if(this.value=='texto') this.value=''" onblur = "if(this.value=='') this.value='texto'" />
Saludos, |