Off the top of my head

<cfloop...
<input type="hidden" name="totalcount" value="#totalcount#">
<input type="checkbox" name="submit#idx#" value="download">
<a href=""> </cfloop>

action

<cfloop from="1" to="#form.totalcount#" index="idx">
<cfif structKeyExists(FORM, 'submit'&idx)>
    submit #idx# exists
</cfif>
</cfloop>

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to