in reply to Re: WWW::Mechanize and "Bad <select> tag 'input'"
in thread WWW::Mechanize and "Bad <select> tag 'input'"
It's pretty plain vanilla:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-885 +9-1"> <meta name="Author" content="Some Guy"> <meta name="GENERATOR" content="Some Browser"> <title>Some title</title> </head> <body> <h1>Some heading</h1> <font size="1"><a href="http://somewhere">Somewhere</a></font> <br> <form action="somescript.pl" method="POST" name="somename"> Please enter a username.<br> <input type="hidden" name="referrer" value="html"> <input type="text" size="20" name="username"> <input type="submit" val +ue="Submit"> </form> </body> </html>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: WWW::Mechanize and "Bad <select> tag 'input'"
by samtregar (Abbot) on Mar 19, 2008 at 18:49 UTC | |
by talexb (Chancellor) on Mar 19, 2008 at 19:13 UTC | |
by Anonymous Monk on Mar 20, 2008 at 08:47 UTC | |
by talexb (Chancellor) on Mar 19, 2008 at 19:26 UTC |