How To Keep Refreshing Page After Form Submit With PayPal

Hi All
Not sure how to do this, I am submitting an order page to paypal which opens paypal checkout in another window.
On the submit button of my form I need the page to keep loading the main parent window say ever 5 seconds so it can check when the order goes through via IPN
and update the page.

The form only submits on the submit button so I wont keep sending the data.

Any help would be great
Steve

<meta http-equiv=“refresh” content=“5000”> this will make the page refresh every 5 seconds if im not mistaken.

That’s actually around 3 1/2 days :slight_smile:

Try…

<meta http-equiv="refresh" content="5">