File: form_set_fields.html

package info (click to toggle)
libwww-mechanize-ruby 0.6.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 660 kB
  • ctags: 723
  • sloc: ruby: 5,475; makefile: 5
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>