RE: Iconize weather info and something else
Brought to you by:
iridium
From: Max H. <ma...@fl...> - 2002-02-11 17:04:52
|
> > But one thing: the <script> elements should be *within* the <html> > > element. All the browsers I know will render a page before they > > receive the final </html> anyway. > > Yes, but the browser can only render the page if it knows the layout. > So I think we should be safe, if we output the javascript just before > the </html> tag. That's what I thought. After all, <script> is a sub-element of <html>... > > Did you all note that this won't work on windoze servers anyway? > > Which part? flush() won't. http://www.php.net/manual/en/function.flush.php <quote> Several servers, especially on Win32, will still buffer the output from your script until it terminates before transmitting the results to the browser. Server modules for Apache like mod_gzip may do buffering of their own that will cause flush() to not result in data being sent immediately to the client. </quote> Max |