Onclick clear text - textfield
March 3, 2013
Add Comment
What is the best method to clear text in a text field?
EXP. if the text search field says "Email Address" and when click on it, it clears the value.
EXP. if the text search field says "Email Address" and when click on it, it clears the value.
<input onblur="if(this.value == ''){this.value ='Email Address'}" onfocus="if(this.value == 'Email Address') {this.value=''}" type="text" />
Genrerating Link.... 15 seconds.
Your Link is Ready.
0 Response to "Onclick clear text - textfield"
Post a Comment