File: 1b-test16.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 (22 lines) | stat: -rw-r--r-- 736 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
Success! Your submission has been received LOCALTIME.
<form action="TEST" method="get">
<div>
<input id="_submitted" name="_submitted" type="hidden" value="2" />
<input id="hid1" name="hid1" type="hidden" value="Val1b" />
<input id="hid2" name="hid2" type="hidden" value="Val2" />
<table>
<tr valign="top">
  <td>Name</td>
  <td><input id="name" name="name" type="hidden" value="Pete Peteson" />Pete Peteson</td>
</tr>
<tr valign="top">
  <td>Color</td>
  <td><input id="color" name="color" type="hidden" value="blew" />blew</td>
</tr>
<tr valign="top">
  <td>Tummy</td>
  <td><input id="Tummy" name="Tummy" type="hidden" value="lg" />lg <input id="Tummy" name="Tummy" type="hidden" value="xxl" />xxl</td>
</tr>
</table>
</div>
</form>