File: 3a-test24.html

package info (click to toggle)
libcgi-formbuilder-perl 3.05.01-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,152 kB
  • ctags: 527
  • sloc: perl: 6,068; makefile: 19; sh: 7
file content (12 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
<form action="TEST" method="get">
<input id="_submitted" name="_submitted" type="hidden" value="1" />
<table>
<tr valign="top">
  <td>Favorite Color</td>
  <td><input id="favorite_color" name="favorite_color" type="text" /></td>
</tr>
<tr valign="top">
  <td align="center" colspan="2"><input id="_submit" name="_submit" type="submit" value="Submit" /></td>
</tr>
</table>
</form>