Pass on data to a form? |
12/19/2006 8:49:51 AM |
ASPRunnerPro General questions | |
G
grinningdog author
Having collected data from my add form and updated the database I now want to go to our credit card provider so the customer can make a payment. Previously I've used a simple form (like below) although I've also seen it done as an include file. |
|
![]() |
Sergey Kornilov admin 12/19/2006 |
Is that a separate page or you plan to display this form in some Event code? |
G
|
grinningdog author 12/19/2006 |
Ideally I'd like to take the data the user has just entered and pass it to the credit card processor. They would then display the fields on their page and have extra data entry fields (ie credit card details) |
![]() |
Sergey Kornilov admin 12/20/2006 |
Here is how this can be done in AfterAdd event: set rstmp = Server.CreateObject("ADODB.Recordset") |