in reply to checkbox query in CGI
in perl, you would get a list of the values for which the checkbox is checked by @values = CGI::param("T1");<input type="checkbox" name="T1" value="row1"> <input type="checkbox" name="T1" value="row2"> <input type="checkbox" name="T1" value="row3"> ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: checkbox query in CGI
by RajNaidu (Novice) on Sep 10, 2009 at 04:51 UTC | |
by ysth (Canon) on Sep 10, 2009 at 09:30 UTC |