File: tick.html

package info (click to toggle)
libwww-mechanize-perl 1.71-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 620 kB
  • sloc: perl: 3,272; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
<form action="http://localhost/" method="POST">

<input type="checkbox" name="foo" value="hello" /> Hello<br />
<input type="checkbox" name="foo" value="bye"   /> Bye<br />
<input type="checkbox" name="foo" value="arse" /> Arse<br />
<input type="checkbox" name="foo" value="wibble" /> Wibble<br />
<input type="checkbox" name="foo" value="foo" /> Foo<br />

<input type="Submit" name="submit" value="Submit" label="Sumbit" />
</form>
</body>