Sweet! That worked great for CF to JS. Any tips for going back? JS to CF. I
was thinking about a JS that would pump the changed data into a hidden form
field. Then looping through that to update the db.

Any other ideas?

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
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>

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: Justin Hansen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 02, 2002 11:38 AM
> To: CF-Talk
> 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 Array? And then convert it back?
>
> Justin Hansen
> --------------------------
> Uhlig Communications
> Web Developer / Programmer
> --------------------------
> [EMAIL PROTECTED]
> 913-498-0123 ext 284
> --------------------------
>
>

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to