Posted By


endorfin on 01/25/09

Tagged


Statistics


Viewed 1360 times
Favorited by 0 user(s)

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


You need to login to view comments.