replace with your variable for a dynamic pulldown. T
<OPTION value="Zimbabwe" <cfif qGetData.country IS 'Zimbabwe'>Selected</cfif>>Zimbabwe</OPTION> -----Original Message----- From: James Sleeman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 8:38 PM To: CF-Talk Subject: Re: Easier way to have a drop down selected At 06:43 AM 11/28/2001, you wrote: > Ok I have this drop down box that lists every country out there, the >problem is after someone has selected it, I want the admin side to show >which one has been selected, while also showing the rest of them. I have >done this but doing a huch cfcase statement that goes from 1 - whatever and >if it is a vertain one selected it sets a number, then the select box has a >cfif in there to see if that number has been turned on. Does anyone have a >simple solution, or is my solution the only way there is. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm 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

