Here's a snip from a form. Everything else on the form is displaying 
correctly. The cfselect however, is there, but no values show - so when 
I click it, it highlights and a single empty box drops down.

Suggestions?

<cfform
         action="index.cfm?action=cmf.contactPROC"
         method="post"
         preloader="no"
         wmode="transparent"
         format="flash"
         id="frmCONTACT">


<cfselect name="someSTATES"
           size="1"
           visible="Yes"
           enabled="Yes"
           width="200">
   <option value="AL">AL</option>
   <option value="SC" selected="selected">SC</option>
   <option value="SD">SD</option>
</cfselect>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286941
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to