For this I suggest you start by forgetting JavaScript, you don't need it. Then make use of the markup validator (you have syntax errors in your HTML). Then...
and<input type="checkbox" name="ids" value="1"> <input type="checkbox" name="ids" value="2"> <input type="checkbox" name="ids" value="3">
... use CGI; use Data::Dumper; my $cgi = CGI->new(); my @results = $cgi->param('ids');
In reply to Re: OT? Checkbox list with CGI/Javascript
by dorward
in thread OT? Checkbox list with CGI/Javascript
by rashley
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |