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

The return false; should do the trick.

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

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

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

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

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