i've not yet used cfwindow, but the point remains... as far as i can
tell... there's no difference between you referencing your hidden text
field via {theForm:cbValues} (i assume cbValues is your hidden input)
and just replacing cbValues with the name of the checkboxes (again,
assuming they're all named the same)

On Dec 18, 2007 11:10 AM, Che Vilnonis <[EMAIL PROTECTED]> wrote:
> Claude/Charlie...
>
> The reason this won't work is because I am passing this hidden form field
> value to a <cfwindow> tag and I need the values w/o actually submitting a
> form. Does that make sense? Something like below...
>
> <cfwindow x="210" y="100" width="800" height="600" name="showForumURLs"
>    minWidth="700" minHeight="550"
>    title="Create Links" initshow="false"
>    source="window.cfm?text={theForm:cbValues}"
>    center="true" modal="true" resizable="true" />
>
> -----Original Message-----
> From: Charlie Griefer [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 18, 2007 1:58 PM
> To: CF-Talk
> Subject: Re: OT: Need a Javascript Wizard...
>
> why not just name the checkboxes the same?  then the action page will
> contain a comma-delimited list of the checked values.
>
> On Dec 18, 2007 10:52 AM, Che Vilnonis <[EMAIL PROTECTED]> wrote:
> > I've got a form with 12-24 dynamic checkboxes and varying values. When
> > a checkbox is checked, its value needs to be passed to a hidden form
> > field (it will become a comma seperated list). When it is unchecked,
> > it needs to be removed from the list.
> >
> > Any ideas how to do something like this? My JS skills are lacking. :(
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295046
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to