- they all have different names
- user is selecting the check boxes


following is the code the way i am using


  <cfloop query="GetAllUnitPromotionForType">

   <tr>
        <td><input type="checkbox" name="Unit#Counter#"
value="#GetAllUnitPromotionForType.PK_UnitPromotion_ID</td>
    ...................
  </cfloop>

  _____  

From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: 08 December 2003 18:04
To: CF-Talk
Subject: RE: Looping through checkbox

are they all the same name?

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-----Original Message-----
From: Shahzad.Butt [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2003 1:02 PM
To: CF-Talk
Subject: Looping through checkbox

How can we loop through only selected checkbox items in action page. I
dont
want to loop through entire items and then use CFIF to check if selected
then run the statement....

Thanks

Shahzad.Butt
Ph:  +44 (0) 1992 701 722
Fax: +44 (0) 1992 701 604
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to