
14/12/2006, 04:45
|
 | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Re: Error con textbox Hola roberto80
Prueba esto:
Código:
<input type="text" value="Escribe" onfocus = "if (this.value=='Escribe') this.value=''" onblur = "if (this.value=='') this.value='Escribe'" />
Saludos, |