File: 3a-test07.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 (48 lines) | stat: -rw-r--r-- 1,727 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title>Econ 101</title>
</head>
<body>
<h3>Econ 101</h3>
<form action="TEST" id="econ" method="put" name="econ">
<div>
<input id="_submitted_econ" name="_submitted_econ" type="hidden" value="1" />
<table class="fb">
<tr id="econ_supply_row">
  <td class="fb_label" id="econ_supply_label">Supply</td>
  <td class="fb_field" id="econ_supply_field"><select class="fb_select" id="supply" multiple="multiple" name="supply">
  <option selected="selected" value="0">A</option>
  <option selected="selected" value="1">B</option>
  <option selected="selected" value="2">C</option>
  <option selected="selected" value="3">3</option>
  <option selected="selected" value="4">4</option>
  <option value="5">5</option>
  <option value="6">6</option>
  <option value="7">D</option>
  <option value="8">E</option>
  <option value="9">F</option>
  </select></td>
</tr>
<tr id="econ_demand_row">
  <td class="fb_label" id="econ_demand_label">Demand</td>
  <td class="fb_field" id="econ_demand_field"><select class="fb_select" id="demand" multiple="multiple" name="demand">
  <option value="0">A</option>
  <option value="1">B</option>
  <option value="2">C</option>
  <option value="3">3</option>
  <option value="4">4</option>
  <option selected="selected" value="5">5</option>
  <option selected="selected" value="6">6</option>
  <option selected="selected" value="7">D</option>
  <option selected="selected" value="8">E</option>
  <option selected="selected" value="9">F</option>
  </select></td>
</tr>
<tr id="econ_submit_row">
  <td class="fb_submit" colspan="2" id="econ_submit_field"><input class="fb_button" id="econ_submit" name="_submit" type="submit" value="Submit" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>