All you need to do is name them all say "delete_this_value" and set the $oid value as their unique identifier just as you do in your example. You can then use CGI.pm thusly:
use CGI; my $q = new CGI; @deletes = $q->param('delete_this_value'); for (@deletes) { # you get the value of $oid here for all checked boxes # etc }
The vales of $oid for each checkbox will be stored in @deletes
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
In reply to Re: Multiple Check boxes and Handling
by tachyon
in thread Multiple Check boxes and Handling
by nlafferty
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |