php3-list | 199908
Date: 08/25/99
- Next message: Jak: "[PHP3] I: [PHP3] file uploading and permissions in general on a hosted machine"
- Previous message: Venky: "Re: [PHP3] Grrrr"
- Next in thread: Haydn Haines - Sun Microsystems Middle East: "RE: [PHP3] page redirection _after_ some seconds"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Aaron
Try this...
index.htm is a frameset
top.php3 and bot.htm
bot.htm can tell user that he will be moved in n secs, bot.htm could occupy
100% of the screen.
top.php3 has some code like :
<?php
sleep(3);
header("location: http://newurl/");
?>
You could have code in newurl to bypass the frameset
regards
Venky
>>>>>> At 05:22 PM 8/25/99 +0200, Aaron Leon Kaplan wrote <<<<<<<
|>
|>Hi!
|>
|>
|>Sorry if this question has been asked before and I just did not find it.
|>How do I redirect a user to another page _after_ some (HTML) text has been
|>sent (in other words: Header("Location: xxxxxx"); wont do)
|>
|>What I want to do is:
|> redirect the user to another page after a few seconds and tell him that
|> he will be redirected.
|>
|>
|>Pointers would be welcome.
|>
|>Aaron.
|>
|>
|>
|>--
|>PHP 3 Mailing List <http://www.php.net/>
|>To unsubscribe, send an empty message to php3-unsubscribe <email protected>
|>To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
|>To search the mailing list archive, go to:
http://www.php.net/mailsearch.php3
|>To contact the list administrators, e-mail: php-list-admin <email protected>
|>
<<<<<<< End of original message >>>>>>>
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jak: "[PHP3] I: [PHP3] file uploading and permissions in general on a hosted machine"
- Previous message: Venky: "Re: [PHP3] Grrrr"
- Next in thread: Haydn Haines - Sun Microsystems Middle East: "RE: [PHP3] page redirection _after_ some seconds"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

