I didnt see a
Java Script area but if there is one please move this post into it for me.
I have a simple form
code:
--------------------------------------------------------------------------------
<form action="MAILTO:
[email protected]" method="post" enctype="text/plain">City Name:<input input type="text" name="City Name" ><input type=Submit value="Send"> </form>
--------------------------------------------------------------------------------
I want to clear out the City Name text box when the user clicks the submit button. Ive seen javascripts that clear out the text box when the user clicks inside the textbox(onFocus) and I tried to make it work but could not. I would also like to have the form set the subject line for me too I used to know how in college, but have not used it awhile and got rid of the book. Help!