Hey gang. Working on a little side project, that is very JS-heavy - do some reads from a DB, create and populate several Javascript arrays based on the DB queries (using CFLOOP, generally), so that the page, once loaded, doesn't need to go back to the server for more data.
I'm trying to work up a better way of doing this. Right now, the page (and it's not even nearly done, just the basics) is around 2100 lines long in the end (page source), and a large chunk of that is array population lines (i.e. "arrayname[3][7] = 1;"). I seem to recall seeing a chapter on one CF book some time back on CF and JS - going back and forth between them - but for the life of me I can't find such info in Forta's books (either the new editions or the previous editions). Any thoughts/recommendations? ______________________________________________________________________ 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

