Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/12/2006, 04:45
Avatar de JavierB
JavierB
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,