»
EnglishFrenchVietnamese

Print - Input Box Comments - JavaScriptBank.com

Full version: jsB@nk » Snippet » Input Box Comments
URL: https://www.javascriptbank.com/input-box-comments.html

Input Box Comments © JavaScriptBank.comDisplay 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



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-->