in reply to Re: Click button with WWW::Mechanize
in thread Click button with WWW::Mechanize
Here it is - no javascript:
<form action="./xxx.cgi?login" method="post"> <h1>Login</h1> <input type="text" name="login_name"> <input type="password" name="password"> <input type="submit" name="login"> <button type="submit" name="login">Login</button> </form>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Click button with WWW::Mechanize
by thomas895 (Deacon) on Mar 12, 2016 at 06:09 UTC | |
by beech (Parson) on Mar 12, 2016 at 07:50 UTC |