codice:
<input type="text" name="nome" value="nome" onfocus="this.value = '';" onblur="if(this.value == '') this.value = 'nome' " />