I want to provide the user with a hint on what he needs to enter into my text field. However, when I set the value, it does not disappear once a user clicks on the text fiel
With a bit of JavaScript:
HTML5 has a nice attribute for this, called placeholder:
but this attribute is not supported in old browsers.