in reply to Re: WWW::Mechanize with <SELECT> and radio button
in thread WWW::Mechanize with <SELECT> and radio button
$mech->submit_form( form_name => "CFForm_1", fields => {import_users => "1", userStatus => "7561", #<Select> importtype => "2", #radio button ID => "2"}, button => "add");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: WWW::Mechanize with <SELECT> and radio button
by jettero (Monsignor) on Oct 23, 2007 at 19:38 UTC | |
by Finch (Initiate) on Oct 23, 2007 at 20:53 UTC |