<input type="text" value="שם ..." name='name' onfocus="if(this.value == 'שם ...') this.value = ''; this.type = 'password'" onblur="if(this.value == '') this.value = 'שם ...';" />