<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:12pt">I've been a very satisfied user of Mech for years (Thanks Andy - it's a great example of good interface design, and thus a highly usable module)... but alas, as my web scraping code evolved to 'button-pushing-mode' it turns out that the submit button does *not* submit a HTTP request, but rather invokes an AJAX-ish operation<br><br>    <form onsubmit='A.B.C.yada_yada(this); return false;" ...><br>        <input .../><br>        <input .../><br>        <input type="submit" value="1-click yada yada"/><br>    </form><br><div><br>I *can* fill in the form and click() the button, but since Mech doesn't do JavaScript, I'm up the
 proverbial creek.  <br><br>What's a Mech fan to do?<br> * For real in production?<br> * For mock in testing?<br><br></div>Michael R. Wolf<br>____MichaelRWolf@att.net<br>________All mammals learn by playing.<div><br></div>



</div></body></html>