on 1/5/01 4:58 PM, Tomas Rofkahr at [EMAIL PROTECTED] wrote:

> Let's say an intrepid developer would like to be able to query this database
> and have the values returned to a new page with a new select list with the
> previously stored values then selected in the drop-down list.

Is this what you mean?

<select name="myVariable">

<cfoutput query="myQuery">
<option value="SelectVariable" <cfif QueryVariable EQ SelectVariable>
selected </cfif>> SelectVariable
</cfoutput>

</select>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to