vor ausgefüllte Formularfelder löschen


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



Copy this code and paste it in your HTML
  1. <input value="suchbegriff eingeben" onblur="if(this.value=='')this.value='suchbegriff eingeben';" onfocus="if(this.value=='suchbegriff eingeben')this.value='';" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.