in reply to Re^2: Equivalent functionality in CGI.pm
in thread Equivalent functionality in CGI.pm
'Show Email:', $q->radio_group( -id => 'hideEmail', -name => 'radioEmail', -values => 'No', -default => 'No', -onclick => 'toggleEmail(event)' ), $q->radio_group( -id => 'showEmail', -name => 'radioEmail', -values => 'Yes', -default => 'No', -onclick => 'toggleEmail(event)' ),
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Equivalent functionality in CGI.pm
by Your Mother (Archbishop) on Jul 04, 2004 at 20:42 UTC | |
by MSchienle (Novice) on Jul 04, 2004 at 21:06 UTC |