RE: PHP interference in frames

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ron Rudman wrote:
> The log makes it look like *all* the frames are held back.  Seems like the
> request is logged when it completes, so the logging process can't show us
> whether the client held back frame 3 or frame 3 was put on hold by the
> server.

I checked my logs and it seems the same. But when I move test3.php to the
top or middle then it is loaded immediately after the frameset.

Using Mozilla:
Test3.php as the last frame:
127.0.0.1 - - [23/Dec/2005:14:23:40 +0200] "GET /test/ HTTP/1.1" 200 219
127.0.0.1 - - [23/Dec/2005:14:23:45 +0200] "GET /test/page1.php HTTP/1.1"
200 19
127.0.0.1 - - [23/Dec/2005:14:23:45 +0200] "GET /test/page3.php HTTP/1.1"
200 32
127.0.0.1 - - [23/Dec/2005:14:23:45 +0200] "GET /test/page2.php HTTP/1.1"
200 19

Test3.php as the middle frame:
127.0.0.1 - - [23/Dec/2005:14:24:47 +0200] "GET /test/ HTTP/1.1" 200 219
127.0.0.1 - - [23/Dec/2005:14:24:47 +0200] "GET /test/page3.php HTTP/1.1"
200 32
127.0.0.1 - - [23/Dec/2005:14:24:52 +0200] "GET /test/page1.php HTTP/1.1"
200 19
127.0.0.1 - - [23/Dec/2005:14:24:52 +0200] "GET /test/page2.php HTTP/1.1"
200 19

Test3.php as the top frame:
127.0.0.1 - - [23/Dec/2005:14:25:43 +0200] "GET /test/ HTTP/1.1" 200 219
127.0.0.1 - - [23/Dec/2005:14:25:43 +0200] "GET /test/page3.php HTTP/1.1"
200 32
127.0.0.1 - - [23/Dec/2005:14:25:48 +0200] "GET /test/page2.php HTTP/1.1"
200 19
127.0.0.1 - - [23/Dec/2005:14:25:48 +0200] "GET /test/page1.php HTTP/1.1"
200 19

This is either a Browser or an OS issue. Not a PHP/Apache issue.

Albert

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.5/212 - Release Date: 2005/12/23
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux