Hi, in a "contact us" page named contact.htm that has some input textboxes, a submit button, and a reset button. When I fill out the fields and click Submit, it posts to an asp page that sends an email. What I want to do is to clear out the input fields after the .asp page is done, so if the user clicks the back button to go back to the fill-in page, the fields are all blank.
How would I do that?
Thanks,
Craig