File: form_set_fields.html

package info (click to toggle)
ruby-mechanize 2.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,416 kB
  • sloc: ruby: 11,645; makefile: 7; 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>