You can't do that in CF alone.. you'd need ajax or javascript..
search google for javascript combobox coldfusion.. something like that..
I've implemented one using javascript, coldfusion with wddx

On Wed, Sep 17, 2008 at 9:58 AM, Christina Koenig <[EMAIL PROTECTED]> wrote:
> Sorry if this question has already been asked, I've been trying to implement 
> stuff found in forums all day and am getting nowhere so I really need some 
> help.
>
> I'm trying to create a combo box in which users can select an option from a 
> dynamically generated list or input their text.  Here's the basic code for 
> the drop-down:
>
> <cfselect name="tip_proj_name" id="tip_proj_name" query="qdTipProjName" 
> display="PROJECT_NAME" value="TIP_ID"  selected="" queryPosition="below" 
> size=1 editable="yes">
> <option value="" selected> </option>
> </cfselect>
>
> Any thoughts on how can I allow people to add their own Project_Name and have 
> it write to the database?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:4003
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