Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Decode CGI with checkboxes

From: rebol::keithdevens::com at: 16-Sep-2000 23:12

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