Leser: 3
![]() |
![]() |
2 Einträge, 1 Seite |
1
2
3
4
5
6
7
#Nummer eingeben
$agent->form(1) if $agent->forms and scalar @{$agent->forms};
$agent->form_number(1);
$formfiller->add_filler( 'AreaCode' => Fixed => '06245' );
$formfiller->add_filler( 'Number' => Fixed => '231001' );
$formfiller->fill_form($agent->current_form);
$agent->submit();
1
2
3
4
5
$agent->form(2) if $agent->forms and scalar @{$agent->forms};
$agent->form_number(2);
$formfiller->add_filler( 'NewFile' => Fixed => 'C:\testfax.pdf' );
$formfiller->fill_form($agent->current_form);
$agent->submit();
1
2
3
<input type="submit" name="action" class="button" value="Hinzufügen" onClick="return fileCheck()">
<input class="button" type="submit" name="formaction" value="Weiter >" onClick="return fileCheck2();">
$mech->click_button( name => 'formaction' );
![]() |
![]() |
2 Einträge, 1 Seite |