/ Published in: HTML
Form Trick: Disappearing Text
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<input type="text" name="email" value="[email protected]" size="24" onFocus="this.value=''">
URL: http://www.boogiejack.com/form_trick3.html