Evanovich has asked for the wisdom of the Perl Monks concerning the following question:
$labels{'1'} = 'Whole Genome'; $labels{'2'} = 'Whole Genome with MIPS Subsets'; $labels{'3'} = 'Specify a MIPS Subset'; #I need a scrollbox here $labels{'4'} = 'Custom Gene Subset'; # I need a textfield here. print $cgi->radiogroup(-name=>'sets', -values=>['1', '2', '3', '4'], - +default=>['1'], -labels=>\%labels);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI: Scrollboxes in Radiobuttons
by Enlil (Parson) on Apr 30, 2003 at 00:50 UTC |