Re: Brain Buster

2000-10-05 Thread Todd Ashworth
Original Message- | From: [EMAIL PROTECTED] at INTERNET | Sent: Wednesday, October 04, 2000 11:02 AM | To: [EMAIL PROTECTED] at INTERNET | Subject: RE: Brain Buster | | I'm not completely clear on the output you want, but here are some ideas: | | 1) Make your life simpler. Y

RE: Brain Buster

2000-10-04 Thread Scott, Andrew
Milhon [mailto:[EMAIL PROTECTED]] Sent: 05 October 2000 02:46 To: CF-Talk Subject: Brain Buster I have a form, with a check box and two radio buttons. When submitted, I want two arrays, one with all checked items with the first radio button selected and one with all checked items with the second

RE: Brain Buster

2000-10-04 Thread Dan Haley
Not sure if this is exactly what you are looking for or not . . . What you have: form.blocks = a list of ids for checkboxes that are checked form.sideX1, X2, X3, etc. = multiple radio buttons that could be of a value of left or right, or not defined (if the user didn't select eit

RE: Brain Buster

2000-10-04 Thread Grady Milhon
help. -Original Message- From: [EMAIL PROTECTED] at INTERNET Sent: Wednesday, October 04, 2000 11:02 AM To: [EMAIL PROTECTED] at INTERNET Subject: RE: Brain Buster I'm not completely clear on the output you want, but here are some ideas: 1) Make your life simpler. You can loop t

RE: Brain Buster

2000-10-04 Thread Hayes, David
AM To: CF-Talk Subject: Brain Buster I have a form, with a check box and two radio buttons. When submitted, I want two arrays, one with all checked items with the first radio button selected and one with all checked items with the second radio button selected. I am having a very had time doing

Brain Buster

2000-10-04 Thread Grady Milhon
I have a form, with a check box and two radio buttons. When submitted, I want two arrays, one with all checked items with the first radio button selected and one with all checked items with the second radio button selected. I am having a very had time doing this. Here is my code from the form: