in reply to Re: Cgi and Perl : how to use data once people selects the checkbox field?
in thread Cgi and Perl : how to use data once people selects the checkbox field?
<select onchange='this.form.submit();'> <option value=1>trival example</option> </select>
Which should always submit the form associated with the selectbox.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Cgi and Perl : how to use data once people selects the checkbox field?
by EchoAngel (Pilgrim) on Dec 21, 2004 at 23:03 UTC | |
by Joost (Canon) on Dec 21, 2004 at 23:14 UTC |