i know this is OT here, 
but if you can see why i cant get a dynamic list box 
to have pre-selected more then one selection i would appreciate it.

this is for a update.

works great if there was only one original selection.

Thanks a bunch. 
brain dead.
-paul


Hello all.
i have a update page that has a Multiple Select box that i want to be able
to dynamically up date.
now if there has only been one prior selection, then it shows up in the
update select box.
but if there has been more then one selection made, then nothing shows up.

i hope you know what i mean!
any help would be great!
thanks
-paul

<select name="Consultant_Types_ID" size="3" multiple> 
  <cfloop query="rs_Consultant_Types">
    <option
value="<cfoutput>#rs_Consultant_Types.Consultant_Types_ID#</cfoutput>" 
    <cfif (#rs_Consultant_Types.Consultant_Types_ID# EQ
#edit.Consultant_Types_ID#)>SELECTED</cfif>>
 
<cfoutput>#rs_Consultant_Types.Consultant_Types_Name#</cfoutput></option>
  </cfloop>
</select>

-paul


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com

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

Reply via email to