I am trying to do a simple <cfif> statement within a forms input/checkbox
tag...

The page debugging info displays....

URL Parameters:

PERSON=80,81

The Query results do produce an ID equal to 80 and 81...


<cfoutput query="GetResults">
<input type="checkbox" value="#id#" name="person" <cfif
ListFindNoCase(url.person,id)>checked</cfif>>
</cfoutput>


PROBLEM:
The checkboxes never show up as "checked".... Am I just having a major lapse
in memory or is there something I have done wrong here?????


thanks
Jay


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to