Thank you. That is actually what I am doing. However, when I do that, I lose track of which button submitted the form (the server side code uses the button that was clicked to determine its action). I am trying to work this out right now.
-------------------------------------- Randy Syring RCS Computers & Web Solutions 502-644-4776 http://www.rcs-comp.com "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1 Cor 10:31 Jörn Zaefferer wrote: > RCS Computers schrieb: >> Notice that I use the return value of checkForm to stop submission of >> the form if there are invalid values. Using the timeout function >> seems to break this as the form is always being submitted. How do I >> get the results of retval back from the setTimeout() function? > You could always return false to stop the normal submit and then > trigger the submit again when the form is valid. > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
