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" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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 > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php