/ Published in: HTML
Nothing special, just need it here to remember
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<input name="name" onfocus="if (this.value=='Name') this.value = ''" onblur="if (this.value=='') this.value = 'Name'" type="text" value="Name">