Friday 26 July 2013

How to Input text onblur in Html

Just copy & paste this on input section
 onFocus="if(this.value=='Username'){this.value=''}" onBlur="if(this.value==''){this.value='Username'}"
then change the all Value"" are same.
value="Username"

OR

No comments:

Post a Comment