File: 1a-test14.html

package info (click to toggle)
libcgi-formbuilder-perl 3.03.01-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 960 kB
  • ctags: 250
  • sloc: perl: 5,116; makefile: 7; sh: 7
file content (25 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<form action="TEST" method="get">
<div>
<input id="_submitted" name="_submitted" type="hidden" value="1" />
<table>
<tr valign="top">
  <td>Multiopt</td>
  <td><select id="multiopt" multiple="multiple" name="multiopt">
  <option selected="selected" value="1">One</option>
  <option selected="selected" value="2">Two</option>
  <option value="3">Three</option>
  <option value="4">Four</option>
  <option value="5">Five</option>
  <option selected="selected" value="6">Six</option>
  <option value="7">Seven</option>
  <option value="8">Eight</option>
  <option selected="selected" value="9">Nine</option>
  <option value="10">Ten</option>
  </select></td>
</tr>
<tr valign="top">
  <td align="center" colspan="2"><input id="_submit" name="_submit" type="submit" value="Submit" /></td>
</tr>
</table>
</div>
</form>