Form Trick: Disappearing Text


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

Form Trick: Disappearing Text


Copy this code and paste it in your HTML
  1. <input type="text" name="email"
  2. value="[email protected]" size="24"
  3. onFocus="this.value=''">

URL: http://www.boogiejack.com/form_trick3.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.