Thank you

A few more ?s


What if I need to add more than one column?
How do i reference these array values in my code?



><script>
>       var yourArray = [];
>       <cfoutput query="yourQuery">
>               yourArray[#yourQuery.CurrentRow - 1#] = '#youQuery.ColumnName#';
>       </cfoutput>
></script>
>
>Adrian
>
>-----Original Message-----
>From: Danny Metfield [mailto:[EMAIL PROTECTED]
>Sent: 04 April 2007 00:53
>To: CF-Newbie
>Subject: dynamic js arrays
>
>
>hello
>
>newbie here
>
>I need to create a dynamic javascript array populated by results from a
>query.
>
>Any suggestions?
>
>dmet

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2675
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to