What sort of thing are you doing on the server exactly? I don't think you can really get the exact progress, but you can do sort of an estimation that is better than nothing.
I do this when doing multiple inserts into a database that can be a bit slow. You do a test single insert via ajax, record the time it took, then use that time to calculate the total estimated time for all inserts, and use that total time to do the progress bar. -- Josh ----- Original Message ----- From: "Richard White" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Monday, July 28, 2008 11:58 AM Subject: Re: jsmx and progress bar > for 'JSMX', it allows us to make calls to the server to do functions that > can return results. > > we want to show a progress bar while it is on the server running the > function to show the user how long it will be before the server returns > the result > > >>Progress bar for what? For multiple page cart? For loading content? For >>users RSVPing? >> >>Richard White wrote: >>> hi >>> >>> does anyone have any ideas on how to achieve this? >>> >>> thanks >>> >>> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309819 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

