Perhaps it has something to do with the fact that your server is using chunked
encoding?
http://www.city.pg.bc.ca/pages/jobs/helloworld.php
GET /pages/jobs/helloworld.php HTTP/1.1
Host:
www.city.pg.bc.ca
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4)
Gecko/2008102920 Firefox/3.0.4
Accept: text/html,application/xhtml+xml,application/xml;q= 0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer:
http://www.adobe.com/cfusion/webforu...id=72&catid=60
2&threadid=1409692&enterthread=y
Cookie: __utma=[ snip ]
HTTP/1.x 200 OK
Connection: close
Date: Fri, 05 Dec 2008 00:45:46 GMT
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: PHP/5.2.6, ASP.NET
Transfer-Encoding: chunked
Chunked encoding is typically used to keep a connection alive when the server
is going to keep sending several packets of data (chunks). I don't think the
onload event happens until that connection is terminated/closed.
--== Kin ==--