Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to clear textbox value in js

<input type="text" value="A new value" onfocus="if(this.value=='A new value') this.value='';">
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #clear #textbox #js
ADD COMMENT
Topic
Name
8+4 =