You realize that there is no combo box in HTML, right? You can have either a text input box OR a dropdown, but not a combo.
I would just have a dropdown and a text box, and use whichever one has a value (or use the text box value if both have a value). A little code and you have your value ready for whatever it is that you need to do. Pete ----- Original Message ----- From: "Valerie L. Criswell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 12:06 PM Subject: need tag for dropdown and input > I know I've seen it somewhere on my journeys. > > It's the tag that displays both a dropdown (populated from a query) as well > as an accompanying text input so that the if the needed value isn't listed > in the dropdown, the user can enter it into the text box. But only one > variable for the value is sent. > > Anyone know where I can pick this up? > > I'm not sure what to search for on the DevX. I sure wish they would make a > more powerful and relevant search tool. > > TIA, > > ~Val > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

