Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The code for it is
And I tried<input type="submit" value="Add to Friends">
But it resulted in "no clickable button..". The form name is right and there are 2 buttons on this form. There's this one that I NEED to click, and another one (code below) that I need to ignore# the get link exists, but excluded in the sample $mech->submit_form( form_name => 'addFriend', submit => 'Add To Friends' );
Can someone please help me with this one?<input type="button" value="Cancel" onclic +k="window.history.back()">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize problem with button
by hesco (Deacon) on Jun 03, 2006 at 18:06 UTC |