Hello,
I'm stuck on the form processing part.
If someone can help me, that would be great.
I have a payment form, (customerinfo.asp), and once the user submits the page, I'd like to do two things:
1. record that info to my website database, (database.asp)
2. send that info to the credit card company's payment form to complete the transaction (e.g.
http://www.creditcardcompany.com/payment.asp).
Is there anyway to put 2 actions on one form?
As another solution, I'm wondering if it's possible to add the action <form action="database.asp"> to the form in customerinfo.asp, then send the info to the credit card company's payment form from the database.asp. But the database.asp doesn't have html, or javascript.
Without <form> tag, how can I send that info to another asp page?
Thank you for your time,