unless you go an AJAX route that's pretty much just straightforward client side JS. create a JS array from the query, and call a function onchange() on the select that populates the text fields.
really wouldn't be a UDF or a CFC as it's all client side behavior. On Wed, Apr 16, 2008 at 10:55 AM, Bruce Sorge <[EMAIL PROTECTED]> wrote: > Good day all, > I am looking for a UDF or CFC that allows me to do the following: > > Populates a select list from a query > When an item in the list is selected, fills in some text fields > automatically. > > I am writing a help desk application, and when the user gets to the part > where they select the site, they select one, and then the contact name > and phone number are pre-filled in two text fields. > > Thanks, > > Bruce > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303579 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

