Hi, just wondering how you deal with checkboxes when doing CGI.

if you do something like:

cgi-data: make object! decode-cgi system/options/cgi/query-string

you lose multiple values with the same name, like you'd have in the case of
multiple selected checkboxes. I couldn't find anything about it in Rebol:
The Official Guide. I did a search in all the code on the book's CD and
found something that can aid you in generating the HTML for form elements,
but nothing that lets you read them. Also, the example in Rebol's howto uses
a checkbox, but only one! :) Anyone have any solutions? Thanks!

Keith

Reply via email to