in reply to Re: 'submit' a series of form selections
in thread 'submit' a series of form selections
My program (in Perl) is constructing an HTML file (using a HERE document). The HTML presents the dropdown boxes and submits the selection(s). Right now it is submitting using 'GET' to localhost. I can see the submission string in the URL line but it only has values from one 'submit;...I need the submission string to have a series of values.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: 'submit' a series of form selections
by Corion (Patriarch) on Apr 25, 2017 at 13:35 UTC | |
by Anonymous Monk on Apr 25, 2017 at 13:58 UTC | |
by Corion (Patriarch) on Apr 25, 2017 at 14:03 UTC | |
by Anonymous Monk on Apr 25, 2017 at 14:24 UTC | |
by Anonymous Monk on Apr 26, 2017 at 04:51 UTC |