I'm new to JavaScript, so I'm not sure where to look to do this.
I have a web page where the user can enter a message in a textarea box. I want to have instructions for them in the box, this is just an example:
<TEXTAREA NAME="message" ROWS=10 COLS=80>Enter your text here</TEXTAREA>
When the user clicks within this textarea boxes or starting to enter text, I want it to immediately clear out the instructions text.
I've seen this done on web pages, but I can't find any to examine.