At 09.05.01 12:32, you wrote:
>
>Hi all
>Does any one know how to do the progession bar to mesure the time out?
>Like give it 1 minute for the bar to progress, I got some logic here but
>something still unclear to me.
>The procedures I see are
>1. get curren time when the page is loaded
>2. add 60 seconds on that current time value to tell when to stop the bar
>3. make a table , 6 rows so each row repersent every 10 seconds
>4. This is the bit where I got stuck, how do I change the color of table
>cell every 10 secs for 6 times.
>any help will be thankful
>Jack
>[EMAIL PROTECTED]
>"There is nothing more rewarding than reaching the goal you set for yourself"
Go to the Java or JavaScript pages, this problem is client-side, Remember
the page you create with
php will be produced on the server. When it ist sent in the internet itīs
out of servers control.
If you want to make a "fake bar" you can sent a <meta http-equiv="refresh"
content="1; URL=http://your_server?x=N">
this makes the browser ask again your server. If you send the page
again(you can control behaviour and therefor the
progression bar with var x) you can sent several stages. But I think thatīs
not what you want ;-)
HTH Oliver
--
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]