Have you thought about giving the checkboxes all the same name, and setting
the value equal to the Met_ID?  It's much easier to keep track of this way.
On your action page, you can view #form.checkboxname# and see all the values
that were checked.  Then you can get a count with
#ListLen(form.checkboxname)#. I have a quick demo at
http://63.71.102.112/check.cfm

tom
www.basic-ultradev.com


"Ann Harrell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a list of 67 names each with a unique ID. I've given each check box
a
> corresponding ID. I just want to count the number of boxes checked and
> output that number for now.
>
> If you want to know what a wobber is, go to www.wob-l.org at your own
risk.
>
> Thanks!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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