oh man, I just spent a day figuring this out and it was a worse solution. dangit. Never thought of populating js that way.
On Apr 3, 2007, at 9:33 PM, Adrian Lynch wrote: > <script> > var yourArray = []; > <cfoutput query="yourQuery"> > yourArray[#yourQuery.CurrentRow - 1#] = '#youQuery.ColumnName#'; > </cfoutput> > </script> > > Adrian > -- Daniel Kessler College of Health and Human Performance University of Maryland Suite 2387 Valley Drive College Park, MD 20742-2611 Phone: 301-405-2545 http://hhp.umd.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2673 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
