I have a question about forms I'm hoping someone might be able to help me with. On some forms you see a word already in the field and the word will disappear when clicked. Then you can enter your info and not have to backspace the word off, or delete it. Does someone know what to add/remove from this line to do that....
<input type="text" size="25" name="name" value="name" class="input" maxlength="15">
Thanks for any help :)
Deb