in reply to Checking and Unchecking Checkboxes in CGI.pm
(There is the CGI::Ajax module to allow you to easily write server-side code to control it, but it works by inserting javascript in the page telling it to call the server when the changes are triggered. IMO, going to AJAX for simple, purely-display logic like this is overkill, though.)
|
|---|