W
WhiskeyRomeo
I have seen this done on many sites but cannot imagine how this is done in
..Net 1.1.
We want to render another page displaying an animated gif while a credit
card order is processed. So the scenario would be a Check Out page where a
customer presses a submit order button. Next the page with the animated gif
would display while the credit card is being processed and the order is being
saved. If all goes well, the customer is redirected to a Receipt page. If
not, the intermediate page displaying the animated gif goes away leaving the
customer on the Check Out page with messages indicating the reason for
failure (the number one reason is invalid credit card credentials).
Presently, the customer is simply taken to a receipt page. But my customers
want the above scenario.
It seems to me the intermediate page must display before the Check Out page
posts back; and, the Check Out page has to close the intermediate page when
it has completed the post back and encountered no errors. Then the redirect
to the Receipt page must happen.
wr
..Net 1.1.
We want to render another page displaying an animated gif while a credit
card order is processed. So the scenario would be a Check Out page where a
customer presses a submit order button. Next the page with the animated gif
would display while the credit card is being processed and the order is being
saved. If all goes well, the customer is redirected to a Receipt page. If
not, the intermediate page displaying the animated gif goes away leaving the
customer on the Check Out page with messages indicating the reason for
failure (the number one reason is invalid credit card credentials).
Presently, the customer is simply taken to a receipt page. But my customers
want the above scenario.
It seems to me the intermediate page must display before the Check Out page
posts back; and, the Check Out page has to close the intermediate page when
it has completed the post back and encountered no errors. Then the redirect
to the Receipt page must happen.
wr