Re: Iconize weather info and something else
Brought to you by:
iridium
From: Martin G. <gim...@gi...> - 2002-02-11 15:13:07
|
"Max Hammond" <ma...@fl...> writes: >> >I've actually got something working - take a look at >> > >> > http://www.gimpster.com/php/phpweather/demo2.php?sleep=5 >> > >> >The idea is this: > > <snip> > > That was exactly what I had in mind earlier :) You're right - it was a good idea :-) > 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. > Did you all note that this won't work on windoze servers anyway? Which part? > I assume that the sleep() is just there so we can see what's going > on? Exactly. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See my homepage at http://www.gimpster.com/ for: PHP Weather => Shows the current weather on your webpage. PHP Shell => A telnet-connection (almost :-) in a PHP page. |