Reno CF
05-11-2007, 01:20 AM
Is it possible to run two onSubmit's in the same form action?
[1] onSubmit="return function1(this.formname.value);"
[2] onSubmit="return function2();"
If so, would it be like this:
onSubmit="return function1(this.formname.value); return function2();"
or like this?:
onSubmit="return function1(this.formname.value); function2();"
or something else entirely?
Thanks for any guidance!
[1] onSubmit="return function1(this.formname.value);"
[2] onSubmit="return function2();"
If so, would it be like this:
onSubmit="return function1(this.formname.value); return function2();"
or like this?:
onSubmit="return function1(this.formname.value); function2();"
or something else entirely?
Thanks for any guidance!