File: tc_checkboxes.html

package info (click to toggle)
ruby-mechanize 2.7.6-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,480 kB
  • sloc: ruby: 11,380; makefile: 5; sh: 4
file content (19 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
  <head><title>tc_checkboxbuttons.html</title></head>
  <body>
    <form name="form1" method="post" action="/form_post">
      Gender:<br />
      M: <input type="checkbox" name="male" /><br />
      F: <input type="checkbox" name="female" /><br />
      Your one favorite color:<br />
      Green: <input type="checkbox" name="green" /><br />
      Green: <input type="checkbox" name="green" /><br />
      Red: <input type="checkbox" name="red" /><br />
      Blue: <input type="checkbox" name="blue" /><br />
      Yellow: <input type="checkbox" name="yellow" /><br />
      Brown: <input type="checkbox" name="brown" /><br />
      Purple: <input type="checkbox" name="purple" /><br />
      <input type="submit" value="Submit" />
    </form>
  </body>
</html>