DOH!  Part of my problem thus far is that I've been using a flash form which 
apparently doesn't pass the "value" of a check box, only the boolean state (and 
all of them, for that matter, checked or unchecked)...

Is this able to be circumvented, or should I adjust the tables which I am 
creating?


>If you are returning a POST instead of a GET, I'd name all the 
>checkboxes the same.  Make the values the page IDs.  You'll get a 
>comma-delimited list which you can parse into a large insert.
>
>If you have to name them individually, prefix them with something 
>similar (ie page_(ID) so, page_23, page_9, etc.).  You can loop over the 
>formfields list and extract them.
>
>Sorry if that's not clear, but I'm pretty tired.  :-)
>
>--Ben
>
>Joel Watson wrote:
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273958
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