Debian lenny version packages
[pkg-perl] / deb-src / libwww-mechanize-perl / libwww-mechanize-perl-1.34 / t / tick.html
1 <html>
2 <body>
3 <form action="http://localhost/" method="POST">
4
5 <input type="checkbox" name="foo" value="hello" /> Hello<br />
6 <input type="checkbox" name="foo" value="bye"   /> Bye<br />
7 <input type="checkbox" name="foo" value="arse" /> Arse<br />
8 <input type="checkbox" name="foo" value="wibble" /> Wibble<br />
9 <input type="checkbox" name="foo" value="foo" /> Foo<br />
10
11 <input type="Submit" name="submit" value="Submit" label="Sumbit" />
12 </form>
13 </body>
14