in reply to Re: Post from jQuery to Perl - can't access parameters
in thread Post from jQuery to Perl - can't access parameters

yes yes!! Tobyink had the same response -- and you made it even better by allowing the form name to be a variable (using "this" instead of the actual form name). Now, the last thing is to figure out how to call that rewriteDiv function after the form post!!

  • Comment on Re^2: Post from jQuery to Perl - can't access parameters

Replies are listed 'Best First'.
Re^3: Post from jQuery to Perl - can't access parameters
by 3blindmice (Initiate) on Mar 13, 2013 at 16:16 UTC

    The return false; should do the trick.

    Try removing the ";" after the serialize() function.

      Yes! I finally found that little error..thank-you!!

      I have it all working now...you are the best!