Ver original<input type="text" value="Nombre" onfocus="if (this.value=='Nombre') this.value=''" onblur="if(this.value=='') this.value='Nombre'" />