Forum Moderators: open

Message Too Old, No Replies

mutliple onSubmit functions

how can it be done

         

lindajames

1:33 am on Sep 16, 2004 (gmt 0)

10+ Year Member



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?

Rambo Tribble

2:27 am on Sep 16, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



onsubmit="functionOne();functionTwo();functionThree();return functionEtc();"