php-windows Digest 30 Jan 2005 15:26:33 -0000 Issue 2557
Topics (messages 25484 through 25484):
Timed redirection
25484 by: Jim MacDiarmid
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Is there a way to programmatically add timed redirection to a page? I have
a page with a form on it. Once it's submitted and the data is updated in
the database correctly, I'd like to present a status page then wait for say
3 seconds before redirecting them to some other URL.
I know you can do this with window.location = 'targetURL' but not sure how
to add it. I was thinking that it might have to be added to the header, but
I'm using the same header template for each page.
Any ideas?
TIA,
Jim
--- End Message ---