> I need to fill a secondary and tertiary select box depending on the > condition of a primary one.
A pure JavaScript implementation is available here: http://www.massimocorner.com/libraries/dynselect/ You can create a "databinder" object and bind it to any <select> In order to automate the process of creating a databinder out of a CFML query, you can use this custom tag: http://www.olimpo.ch/tmt/tag/databinder/ Hope it could help Massimo PS One of these days I will modify the librariy to accept Spry's datasets instead. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259588 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

