You are here: irt.org | FAQ | JavaScript | Form | 9 | Q290 [ previous next ]
After the form definition:
<form name="myform"> blah blah blah </form>
Include a bit of JavaScript to reset the form:
<script language="JavaScript"><!-- document.myform.reset(); //--></script>