PDA

View Full Version : Clear Text Box


Jason.K
08-15-2002, 11:49 PM
Can someone please tell me how to clear text box after the user has click on the submit button and the message has appeared in the textarea without using a Reset button.

Regards, Jason

mordred
08-16-2002, 12:25 AM
Perhaps


<input type="submit" onclick="this.form.TextBoxName.value=''; " />