> RCS Computers schrieb: > > 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. > > > Ok. As there doesn't seem to be much of an alternative: Check the target > property of the submit event. Maybe you can get the submit button from > there, and create a hidden form field with name and value of that button.
A reference to the submitting element is temporarily stored on the form element in the 'clk' variable when using ajaxForm. Mike _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
