Full version: jsB@nk » Snippet » Input Box Comments
URL: https://www.javascriptbank.com/input-box-comments.html
Display a few words in a form field and when focus is given to the field, the words will disappear. Great for providing instructions in a small space.
Full version: jsB@nk » Snippet » Input Box Comments
URL: https://www.javascriptbank.com/input-box-comments.html
<input type="text" id="email" value="Insert e-mail address" size="25" onfocus="this.value='';return false;"><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->