Richard,

You should read about AJAX and Flex (in particular, Flex Data Services).
Both of these allow for communication between the client browser and app
server without having to refresh the page.

I am not terribly familiar with either AJAX or Flex, but I know that AJAX is
JavaScript and XML based while Flex is a proprietary language developed by
Macromedia/Adobe and also makes use of Flash and Flash remoting.

Here's a link to a good article that Ben Forta wrote about Flex data
services which can do exactly what you're looking to do:

http://www.adobe.com/devnet/coldfusion/articles/fr_fds.html

- Justin

On 9/28/06, Richard White <[EMAIL PROTECTED]> wrote:
>
> hi, just wanted to clarify something really. I am using cfcharts but on
> one of the pages i need the chart to dynamically change as the user changes
> the data on the form.
>
> I know coldfusion is all server side so i am assuming that there is no way
> of getting the chart to redisplay with the data that the user is entering on
> the page without reloading the page. If i want this to be done without the
> page refreshing am i going to have to use a javascript chart in order to
> achieve this?
>
> thanks
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254699
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to