General discussion
January 22, 2001 at 02:16 PM
newsfeeds

Help Store Post FORM response variable?

by newsfeeds . Updated 25 years, 7 months ago

I’m searching for a credit card processing solution for my shopping cart.

In a Nut Shell : How do you put a response from a FORM POST into a variable.

In Detail:

The cart is written in ASP and controls a SQL7 dB. After the shopper enters their credit card(CC) information on our secure server, I need to submit the information to a remote CC approval system.

The approval system only accepts a Form Post method and returns information to the requesting page. The reply clears my form and displays the response.

I found a serverobject that allows me to post to it and the object waits for a reply which I can then store in a variable.

After purchasing the serverobject, I found that it does not support https: SSL, so I’m back to square one!

Several of your topics cover form verification, so I hoped you might also know a method to capture the response from this POST. ( A GET would be a simpler solution but it’s not a option)

I need a solution that is browser independent, at least back to the IE3.0 era or so.

Help would be greatly appreciated.

Jim

This discussion is locked

All Comments