in reply to Re^3: Cgi and Perl : how to use data once people selects the checkbox field?
in thread Cgi and Perl : how to use data once people selects the checkbox field?

Just make multiple forms. The code above should work with that, in that selecting from the selectbox will submit the form it is in, and you can have multiple select boxes in different forms, if you want to.

  • Comment on Re^4: Cgi and Perl : how to use data once people selects the checkbox field?