Re: OT: html checkbox question

2007-04-09 Thread jm
On 4/9/07, Tom Phoenix <[EMAIL PROTECTED]> wrote: On 4/9/07, jm <[EMAIL PROTECTED]> wrote: > the first group only returns the first selection, > regardless of how many are chosen. Use the param() function in list context, not scalar; see the CGI module's documentation. The example in the synop

Re: OT: html checkbox question

2007-04-09 Thread Tom Phoenix
On 4/9/07, jm <[EMAIL PROTECTED]> wrote: the first group only returns the first selection, regardless of how many are chosen. Use the param() function in list context, not scalar; see the CGI module's documentation. The example in the synopsis of the CGI manpage shows how to handle multiple ch

OT: html checkbox question

2007-04-09 Thread jm
below is a very simple testing script to display and select multiple options from a list of checkboxes. the first grouping all use the same checkbox name "sitelist" for each checkbox, the second grouping uses a different name for each checkbox. the first group only returns the first selection, r