Re: [PHP] Display dynamic progress bar

2006-09-27 Thread clive
well actually you can , firstly you have some element you can update like a text box and then use javascript to up this text box. what you then do is flush the content to php file generates and spit out some javascript to change the text box data I'm sorry, I should have said "You'll need j

Re: [PHP] Display dynamic progress bar

2006-09-27 Thread tedd
At 5:04 PM +0200 9/27/06, Paul Scott wrote: On Wed, 2006-09-27 at 16:42 +0200, clive wrote: >> No can do from php. You'll need javascript to do that. >> sorry slight typo, corrected. well actually you can , firstly you have some element you can update like a text box and then use javascript

Re: [PHP] Display dynamic progress bar

2006-09-27 Thread Paul Scott
On Wed, 2006-09-27 at 16:42 +0200, clive wrote: > >> No can do from php. You'll need javascript to do that. > >> > sorry slight typo, corrected. > well actually you can , firstly you have some element you can update > like a text box and then use javascript to update this text box. > what you the

Re: [PHP] Display dynamic progress bar

2006-09-27 Thread tedd
At 4:37 PM +0200 9/27/06, clive wrote: tedd wrote: At 9:00 AM +1000 9/27/06, Choy, Wai Yew wrote: Like to get some advice from you guys... I've a html form page and the "Action" is link to a php script to process the form dataI would like to have a progress bar once the user hit the Submit

Re: [PHP] Display dynamic progress bar

2006-09-27 Thread clive
clive wrote: tedd wrote: At 9:00 AM +1000 9/27/06, Choy, Wai Yew wrote: Like to get some advice from you guys... I've a html form page and the "Action" is link to a php script to process the form dataI would like to have a progress bar once the user hit the Submit button...The php script t

Re: [PHP] Display dynamic progress bar

2006-09-27 Thread clive
tedd wrote: At 9:00 AM +1000 9/27/06, Choy, Wai Yew wrote: Like to get some advice from you guys... I've a html form page and the "Action" is link to a php script to process the form dataI would like to have a progress bar once the user hit the Submit button...The php script take quite some

Re: [PHP] Display dynamic progress bar

2006-09-27 Thread tedd
At 9:00 AM +1000 9/27/06, Choy, Wai Yew wrote: Like to get some advice from you guys... I've a html form page and the "Action" is link to a php script to process the form dataI would like to have a progress bar once the user hit the Submit button...The php script take quite sometime to produ

[PHP] Display dynamic progress bar

2006-09-26 Thread Choy, Wai Yew
Hi, Like to get some advice from you guys... I've a html form page and the "Action" is link to a php script to process the form dataI would like to have a progress bar once the user hit the Submit button...The php script take quite sometime to produce the result since it is connecting t