Hello everyone!
I have a javascript related question.
When you have a text input field, <input type="text" name="" value="" size="">
I want to put something in value, 'name@domain.com'. When the user clicks on the box, the whole thing disapears w.o having to erase it yourself.
What's the javascript code for it.
<input type="text" name="email" value="name@domain.com" size="20" onClick="">
I saw it somewere but can't find it anymore. It used OnClick and OffClick or something like that.
Thanks!