LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   WWW::Mechanize (https://www.linuxquestions.org/questions/programming-9/www-mechanize-67548/)

dexter_modem 06-23-2003 04:49 PM

WWW::Mechanize
 
I am trying to automate something with perl and www::Mechanize. I cannot figure out how to get the submit function to work with this button.

<input type="image" src="/refresh/images/bt_submit.png" alt="Submit" onclick="return CheckTheForm(this.form)" tabindex="4"/>

This is the only thing holding me up. Have I run into a brick wall?

$message->click("submit");
does not work..
$message->click();
does not work..


All times are GMT -5. The time now is 07:35 PM.