|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I appreciate all the tips you folks have taken the time to put on the site. I'm just starting on ASP and I've found it extremely useful.
Now on to my question. I have a form page where I'm collecting some information - that information I want to have emailed to me and part of it needs to be directed to a Merchant Accounts providers site for user to complete their purchase. Email part I can take care of using CDONTS and/or SoftArtisans.SMTPMail. Passing the data to Merchant Account Provider (MAP) I can take care of. Doing both simultaneously is a different issue. Any suggestions??? I would like to have one submit button that directs some info to the email and some to the MAP. Any ideas?? or I can not do it this way. All information is greatly appreciated. |
|
#2
|
||||
|
||||
|
Write a form handler page for your form in asp. Then you pass the form values to that page and into variables. You can then do whatever you want with the data on that page, including multiple emails, database entries, and the like.
To keep data from one form to the next, use hidden form variables. Google for more on that HTH |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Multiple form actions... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|