RE: WDDX and CF

2000-08-07 Thread Matthew Walker
> Is there any way to > pass variables in and out of Javascript function? The CF only runs in the fraction of a second before the page loads, then the JavaScript runs. There's no CF processing after the page loads You would have to load a new page (it could be a hidden frame) to send info fro

Re: WDDX and CF

2000-08-07 Thread Roger Lim
Sent: Tuesday, August 08, 2000 10:09 AM Subject: RE: WDDX and CF > > Is there any way to > > pass variables in and out of Javascript function? > > The CF only runs in the fraction of a second before the page loads, then the > JavaScript runs. There's no CF processing aft

RE: WDDX and CF

2000-08-07 Thread Matthew Walker
> Hmm, which means I just have a plain new page to execute all the JS > functions and automatically re-direct to the page which I want to display > out the variables? If you want to take the data from CF, do something with it in JS then send it back to the server so that it can be displayed by CF