in reply to Cgi and Perl : how to use data once people selects the checkbox field?
<select onchange='foo();'> <option value=1>trival example</option> </select> <script type='text/javascript'> function foo () { form.submit)(; return true; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Cgi and Perl : how to use data once people selects the checkbox field?
by Joost (Canon) on Dec 17, 2004 at 20:50 UTC | |
by EchoAngel (Pilgrim) on Dec 21, 2004 at 23:03 UTC | |
by Joost (Canon) on Dec 21, 2004 at 23:14 UTC |