how to do this here
hi i have a code for select drop down box and this select dropdown is able to select multiple options , i need logis that when user selects multiple options ,but user has to get side display that what the user selects from drop down. Can i get any help in this
Thanks
select name="div_no" multiple="true" size="5" >
<cfoutput query="qryDivisions">
<option value="div_no">#div_no# - #div_desc#</option>
</cfoutput>
</select>
