i have a form that already has the following onSubmit code in the form tag:
onSubmit="return ValidateInput()"
however, i also have another function that i need to carry out onSubmit and that is: onSubmit="myfunction(this)"
is there anyway to have more than one functions in the onSubmit tag?