Re: Preselect option in select

2000-04-28 Thread David Hannum
Tibbs, You must query the table that has the users choice in it, and put the output in the TOP option tag with a SELECTED attribute and then put all the other choices in the remaining tags: SELECT name=3D"support" cfoutput query=userschoices OPTION SELECTED

RE: Preselect option in select

2000-04-28 Thread Joeug
cfset ... the selection and return the variable on the link or you could use history.back() function of the browser, so you dont loose the selection. select ... option value="Var" cfif #var# eq #yoursetVariable#Selected/cfif #query.value# /select --- Original Message --- "Tiberiu Vasilica"