Hi folks - I'm writing a checkout. When user submits their card details, I want to redirect them to page with a "please wait" message. Then redirect to the script that does the payment processing. Then when I have the response from the gateway, redirect again to the result page. form -> message -> processor -> result_page I've seen this done but I can't figure out how. The browser (IE) simply shows the initial card details form until the processing is complete, then shows the final result page. I can't get it to show the message page in the middle. Any suggestions would be welcome! ------------------ Geoff Caplan Vario Software Ltd (+44) 121-515 1154 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php