Return to Snippet

Revision: 38755
at January 7, 2011 03:04 by RWolford


Initial Code
<input name="name" onfocus="if (this.value=='Name') this.value = ''" onblur="if (this.value=='') this.value = 'Name'" type="text" value="Name">

Initial URL


Initial Description
Nothing special, just need it here to remember

Initial Title
Label inside Input

Initial Tags
forms

Initial Language
HTML