<option value="0">Select a Name</option> <cfoutput query="queryname"> <option value="#r#"<cfif #url.r# IS "#r#">SELECTED</cfif> >#namehere#</option> </cfoutput>
On Thu, 12 Sep 2002, Tony Weeg wrote: > yes, I sure do. > > and I can do it fine, snagging the one I want selected > and putting it first in the list, no problem, but I just wanted > to keep the same order. > > ..tony > > Tony Weeg > Senior Web Developer > Information System Design > Navtrak, Inc. > Fleet Management Solutions > www.navtrak.net > 410.548.2337 > > > -----Original Message----- > From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 1:13 PM > To: CF-Talk > Subject: RE: select box focus > > > Tony, > > I assume that you have a query or a variable to hold the item you want > selected correct? > > -----Original Message----- > From: Tony Weeg [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 11:22 AM > To: CF-Talk > Subject: sot: select box focus > > > hi there. > > ok, I have a page, that when a user returns to it, there > is a select box, and that select box could have any number of > options in it. without changing the order of the entries in it, > I want to have the select box, show that entry in the veiwable > area, not like 45 options down? make sense? it's a select box > that people can see 10 options on, and make multiple selections. > > tony > > Tony Weeg > Senior Web Developer > Information System Design > Navtrak, Inc. > Fleet Management Solutions > www.navtrak.net > 410.548.2337 > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

