This example displays how to set up your form properties and event buttons. The form itself must be named, as do the fields in the form. The name of this form is "TheForm". The name of the field is "FieldOne".
Setting Up The Form:
Be sure to *name* both the
<a href="javascript:doReset()"
onMouseOut = "switchImage('resetImage',0)"
onMouseOver = "switchImage('resetImage',1)"
onMouseDown = "switchImage('resetImage',2)">
<img name="resetImage"
src="images/reset_green.gif"
width="83"
height="30"
border="0">
</a>
<a href="javascript:doSubmit()"
onMouseOut = "switchImage('submitImage',3)"
onMouseOver = "switchImage('submitImage',4)"
onMouseDown = "switchImage('submitImage',5)">
<img name="submitImage" src="images/submit_green.gif"
width="83"
height="30"
border="0">
</a>