Red Wingate wrote:

Allmost, after having a quick look at the source i tell you they
do it like that:

<div id="loading" style="display:block">
    ... loading stuff here ...
</div>

..... page loading here ....

done?
JS: document.getElementByid('loading').display='none';

take a look for yourself :-)


The idea is great IMHO. But what if someone has javascript disabled?

Rainer

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



Reply via email to