I have a query that pulls options to populate a select box, now what I
need to do is have a select that makes one of the values of the select
box "SELECTED" if it's value is in my inventory table from a second
query.

IE:

query of inventory returns the value of ford for the make column...

I need this to happen, whats the best way to do it.


<select name="make">
<option value="chevy">Chevy
<option value="honda">Honda
<option value="ford" SELECTED>Ford
</select>




Douglas Brown
Email: [EMAIL PROTECTED]

______________________________________________________________________
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

Reply via email to