Forum Moderators: open
Iam trying to create a page to process payment for a certain payment processor. The payment processor has already provided a generic html form containing all the required information contained in hidden input fields. All I have to do is put this form in my page, let my customers click on submit and voila, payment is done.
The problem is, I want to submit this generic html form to the payment processor's server programmatically via classic ASP (VBScript). Payment processor receives the "POSTed" form as if from a normal page, and my customers accomplishes the payment process on the processor's website as usual.
I Googled the problem and read about how ServerXMLHttp can post data to a remote server to achieve this. But Iam really unfamiliar with it and I couldn't find a clear example of how to proceed so now Iam stuck.
Maybe you guys can walk me through this process. I'll be eternally grateful. =)
Thanks.