Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

button not clickable with WWW::Mechanize

by ZlR (Chaplain)
on Mar 17, 2006 at 14:15 UTC ( [id://537457]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <FORM class="form_fonce" ACTION="/app-html/general/action.htm" NAME="f
    +orm_machine" TARGET="indic_machine"
    OnSubmit="return saisie_indic(document.form_machine.machine.value);">
    ...
    <INPUT TYPE="button" NAME="decl"         VALUE="Coll"
    OnClick="return coll(document.form_machine.machine.value); ">
    </FORM>
    
  2. or download this
    my $url = 'http:/app/correct/path/form_machine.htm' ;
    my $mech = WWW::Mechanize->new();
    ...
    $mech->form_name('form_machine') ;
    $mech->field( 'machine', $machine ) ;
    $mech -> click('IwantThisOne') ;
    
  3. or download this
    No clickable input with name IwantThisOne
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://537457]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2025-03-18 04:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (56 votes). Check out past polls.