Click to See Complete Forum and Search --> : Multiple "onSubmit"


Draco
02-18-2003, 11:52 PM
Is there a way to have multiple "onSubmit" on the <form> syntax?

LAwebTek
02-19-2003, 01:01 AM
seperate multiple functions with ;

ex.. onSubmit = ( doThis();doThat();doMore() )