Revision: 50542
Updated Code
at October 25, 2011 11:17 by officiallyWise
Updated Code
value="Insert E-Mail Here" onfocus="if (this.value == 'Insert E-Mail Here') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Insert E-Mail Here';}"
Revision: 50541
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 26, 2011 04:49 by officiallyWise
Initial Code
value="Insert E-Mail Here" onfocus="if (this.value == 'Insert E-Mail Here') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'Insert E-Mail Here';}"
Initial URL
Initial Description
In HTML forms, places this script in inputs to clear the value. If input box is blank, original value repopulates the input box.
Initial Title
Form Value Clear/Reappear Script
Initial Tags
html, forms
Initial Language
HTML