Wednesday, April 8, 2009

Clear text field on click



<input type="text" name="myText" onFocus="this.value=''" value="Type in to search">


You could do it with onClick as well, but it wouldn't work if user used TAB to focus on the field

No comments: