RE: Converting a CF Structured Array to a JS Structured Array ?

2002-04-02 Thread Raymond Camden
CFWDDX :) cfset a = arrayNew(1) cfset a[1] = q cfset a[2] = d script cfwddx action=CFML2JS input=#a# toplevelvariable=foo /script === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL

Re: Converting a CF Structured Array to a JS Structured Array ?

2002-04-02 Thread ksuh
Look at WDDX. It does all this. - Original Message - From: Justin Hansen [EMAIL PROTECTED] Date: Tuesday, April 2, 2002 9:37 am Subject: Converting a CF Structured Array to a JS Structured Array ? Does anyone have code that could convert a CF Structured Array to a JS Structured

RE: Converting a CF Structured Array to a JS Structured Array ?

2002-04-02 Thread Justin Hansen
]] Sent: Tuesday, April 02, 2002 10:40 AM To: CF-Talk Subject: RE: Converting a CF Structured Array to a JS Structured Array ? CFWDDX :) cfset a = arrayNew(1) cfset a[1] = q cfset a[2] = d script cfwddx action=CFML2JS input=#a# toplevelvariable=foo /script

RE: Converting a CF Structured Array to a JS Structured Array ?

2002-04-02 Thread Pascal Peters
Use the wddx object in JS (check out the CF help for WDDX) -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: dinsdag 2 april 2002 20:07 To: CF-Talk Subject: RE: Converting a CF Structured Array to a JS Structured Array ? Sweet! That worked great for CF to JS. Any