avo has asked for the wisdom of the Perl Monks concerning the following question:
[% USE mycgi = CGI %] <html> <form> .... [%FOREACH rec1 IN thedata.rec%] <input type="text" name="lval_[%rec1.h_num%]" value="[%rec1.h_win%]"/> CGI parameter name: [%'lval_'; rec1.h_num%] Previous Value: [%mycgi.param('lval_' rec1.h_num)%] <hr> [%END%] <input type="submit" name="Submit" value="Submit" /> .... </form> </html>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: TT2 and Plugin CGI
by perrin (Chancellor) on Oct 07, 2007 at 20:05 UTC | |
by avo (Pilgrim) on Oct 08, 2007 at 08:29 UTC |