tart has asked for the wisdom of the Perl Monks concerning the following question:
Above code submit the form to the server but how can i send the selected option to server and how can I make perl capture that?<select name="release" onchange="this.form.submit();"> <option value="<tmpl_var name=release>"> <tmpl_var name=release default='Select Release'></opti +on> <option value="1">1.0</option> <option value="2">2.0</option> <option value="3">3.0</option> <option value="4">4.0</option> </select>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI Dropdown submit form and value
by GrandFather (Saint) on Jan 28, 2011 at 06:16 UTC |