Well, there could be a problem with connection due to the ISP.

Maybe this is not relevant with this case, but good to know for future
use.
I.e. if you have a picture on a page which will take more than 5 seconds
to download (maybe due to a problem with connection), <meta> will
redirect you after 5 seconds even if page is not loaded completely but
the javascript code will wait 'till the page is loaded. Everyone will
see the whole page. And you can allways add an extra link for those who
do not want to wait (or have javascript disabled).


Niklas


-----Original Message-----
From: Intruder [mailto:[EMAIL PROTECTED]] 
Sent: 17. tammikuuta 2002 16:20
To: Php-General
Subject: RE: [PHP] Display a mesagge and redirect (newbie)


>> No good, since <meta> starts counting when page is first opened, so 
>> clients with slow connection might not never see the message. I'd 
>> rather use


what do you mean "slow connection" ??? 10 bytes/second ???
I don't think that someone has such speed and to load your code
slow-connected person will have to wait more than 5 seconds and even
more longer than to load just blank page with my META :))


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To
contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to