I can easily create a html input field that has text already in it. But when the user clicks on the input field the text doesn\'t disappears but stays there. The user then h
To accomplish that, you can use the two events onfocus and onblur: