Finch has asked for the wisdom of the Perl Monks concerning the following question:
I tried some ways to 'select a field' and to 'set the radio button', but no matter what I try, it won't work. Can somebody show me how it's done correctly?<form name="CFForm_1" action="index.php?loc=admin" method="Post""> <input type="hidden" name="import_users" value="1"> <input type="hidden" name="ID" value="1129"> <SELECT name="userStatus"> <option value="7561">Staff</option> <option value="7560">Other</option> </SELECT> <td><input type="radio" name="importtype" value="1">One</td> <td><input type="radio" name="importtype" value="2">Two</td> <input type="Submit" value="Datei importieren" name="add"> </form>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize with <SELECT> and radio button
by jettero (Monsignor) on Oct 23, 2007 at 18:31 UTC | |
by Finch (Initiate) on Oct 23, 2007 at 18:48 UTC | |
by jettero (Monsignor) on Oct 23, 2007 at 19:38 UTC | |
by Finch (Initiate) on Oct 23, 2007 at 20:53 UTC | |
|
Re: WWW::Mechanize with <SELECT> and radio button
by Anonymous Monk on Oct 24, 2007 at 10:41 UTC |