How to post <form> with "live" and "$.post"

How to post <form> with "live" and "$.post"

This form field for a PayPal transaction will be produced during a user session. Does anybody know how to automatically submit it with "live" and $.post?
Thank you!


  1. <?php
  2. SCRIPT
  3. print "<form id=\"paynowForm\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">
  4. :
  5. <input type=\"hidden\" fooInputFields  />
  6. :
  7. <input id=\"paynow\" type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/btn_paynow_SM.gif\" border=\"0\" name=\"submit\" alt=\"\" />
  8. <img alt=\"\" border=\"0\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\" />
  9. </form>
  10. ";
  11. ?>