I have used session variables to cut down on the number of variables
being passed in the URL. The one problem I am having is when I have a
select list that allows multiple selections. The following code is not
working properly for the form field which is a comma delimited list:
 
<cfset textloc= ListFindNoCase(form.fieldnames, "seeking")>
<cfset form.fieldnames = ListDeleteAt(form.fieldnames, textloc)>
 
Anyone have any advise?
 
TIA
 
DDINC
 


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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