Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Subject: dynamic html pages

0 views
Skip to first unread message

Neil Smith

unread,
Jul 21, 2003, 2:46:30 PM7/21/03
to php-w...@lists.php.net
You need to split this into 2 separate pages. In page 2 you run the create
page2 function as normal, the same for page 1 with just the create page1
function.

The only difference is that in the HEAD of page1, add the following HTML
tag (since this is an HTML question not a PHP question) :

<meta http-equiv="refresh" content="10; url=page2.php">

No need for javascript or odd server side delays (which cannot do what you
want in any case). Cheers - Neil.

At 12:58 21/07/2003 +0000, you wrote:
>what I need is for page 1 to show up then after the time out the window
>clear and have page 2 show up. I can get them to both show up at the same
>time in the same window but how do I make it look like it has loaded 2
>pages.
>
>Jon

Jon Phipps

unread,
Jul 21, 2003, 3:14:57 PM7/21/03
to php-w...@lists.php.net
Thanks Neil, had not thought of doing it that way.... seems much more
elegant than what I was doing anyway.
Will work that into the code and finaly have it behaving right... now if I
could just get the http referer parsed right for the log file

Jon

"Neil Smith" <ne...@fresh-toast.uklinux.net> wrote in message
news:5.2.0.9.0.200307...@mail.uklinux.net...

0 new messages