then the form.checkboxname will contain a comma delimited list of all the
checkbox values that were selected...


<input type="checkbox" name="state" value="MD">
<input type="checkbox" name="state" value="NY">
<input type="checkbox" name="state" value="PA">


when you evaluate form.state you will see this:  "MD,NY,PA"  assuming you
checked all three and submitted the page.

-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 12:55 PM
To: CF-Talk
Subject: RE: Passing <input selections to another template?

You're referring to the name of the <input> checkboxes?

If so, yes they are all the same name.

--Original Message Text---
From: Tony Weeg
Date: Tue, 28 Oct 2003 12:50:08 -0500

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: Bushy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 12:49 PM
To: CF-Talk
Subject: re: Passing <input selections to another template?

Hi,

I have a <form> with multiple <input> checkboxes. How can I pass the results
of all the check boxes that were checked to my other template.cfm?

  _____  


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

Reply via email to