Help for this page

Select Code to Download


  1. or download this
    for(var i=0; i<total_checkboxes; i++) {
       if(checkbox = 'checked') {
          all_checkboxes.value += userid + '|||';
       }
    }
    
  2. or download this
    my @userids = split('|||', $cgi->param('all_checkboxes');