Phillip Hutchings wrote:
You need to keep a server-side list of the checkboxes and check which
ones aren't there. Web browsers don't send back checkboxes that aren't
checked - it's an HTML feature.
Well, server side lists don't scale. I've found keeping a hidden html
input with a list of the
Dan E wrote at 2005-4-3 17:00 -0400:
Has anyone found a way to get a list of boolean values from
dynamically created checkboxes.
I have created a bunch of checkboxes within a repeat loop like this:
input type=checkbox
class=noborder
Hi,
Has anyone found a way to get a list of boolean values from
dynamically created checkboxes.
I have created a bunch of checkboxes within a repeat loop like this:
input type=checkbox
class=noborder
name=cb_array:list:int
On Apr 4, 2005 9:00 AM, Dan E [EMAIL PROTECTED] wrote:
Hi,
Has anyone found a way to get a list of boolean values from
dynamically created checkboxes.
I have created a bunch of checkboxes within a repeat loop like this:
input type=checkbox
class=noborder