File: form_set_fields.html

package info (click to toggle)
libwww-mechanize-ruby 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 956 kB
  • ctags: 883
  • sloc: ruby: 6,621; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (11)
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>