File: form_set_fields.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 (14 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <title>HTML for tc_set_fields</title>
  </head>
  <body>
    <form name="set_fields" method="post" action="/form_post">
      <input type="text" name="first_name" /><br />
      <input type="text" name="first_name" /><br />
      <input type="text" name="gender" /><br />
      <input type="text" name="green[eggs]" /><br />
      <input type="submit" value="Submit" /><br />
    </form>
  </body>
</html>