File: form_select_noopts.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 (10 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
<html>
  <body>
    <form name="form1" method="post" action="/form_post">
      <select name="list">
      </select>
      <br />
      <input type="submit" value="Submit" />
    </form>
  </body>
</html>