delete input value on click


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <input name="name" value="Ihr Name" type="text" onFocus="if(this.value=='Ihr Name') this.value=''" />

URL: http://www.designerzone.de/webdesign-tipps-textarea-textfeld-input-inhalt-loeschen-bei-klick.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.