Hi,
I've noticed on some sites, that while an e-commerce transaction is processing, there will be an intermediate page that says "Processing Application .. Please be patient", or something like that. I've tried to replicate this functionality in the following manner.
1.) Page 1 - The form
2.) Page 2 - Tests form validation, redirects back to form if not valid, else puts information in database and forwards to Page 3
3.) Page 3 - opens connection to Verisign or Authorize.net and issues the transaction, and displays transaction results.
On my page 2, I have static html that reads "processing application ... ", but the page redirects to Page 3 before this page even shows.
I know my logic is a little screwed up here, but I'm not quite sure how to go about making this functionality work.
Can anyone offer some suggestions.
Thank you