[edit] Question withdrawn - was going down the complete wrong direction here - forget you read this! [/edit]
I'm looking to have my webpage do a GET to this CASHNET site - sample HTML from there documentation below.
I tried putting this into an IFRAME - got no where.
Tried using a FORMDATA object and jQuery .AJAX call.
Thoughts?
Code:<html> <head> <title>Our Checkout</title> </head> <body> <form method="get" action="https://commerce.cashnet.com/CheckoutName"> <input type="hidden" name="itemcode" value="PSYCH-CONF"><br> <input type="hidden" name="amount" value="124.00"><br> <input type="hidden" name="itemcode2" value="PSYCH-LUNCH"><br> <input type="hidden" name="amount2" value="15.60"><br> <input type="submit" name="submit" value="Make Payment"> </form> </body> </html>




Reply With Quote