File: 3a-test03.html

package info (click to toggle)
libcgi-formbuilder-perl 3.08-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,204 kB
  • sloc: perl: 7,201; makefile: 13
file content (16 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<form action="TEST" method="get">
<div><input id="_submitted" name="_submitted" type="hidden" value="1" /></div>
<table>
<tr valign="top">
  <td>First Name</td>
  <td><input id="first_name" name="first_name" type="text" /></td>
</tr>
<tr valign="top">
  <td>Last Name</td>
  <td><input id="last_name" name="last_name" type="text" /></td>
</tr>
<tr valign="top">
  <td align="center" colspan="2"><input id="_submit" name="_submit" type="submit" value="Update" /></td>
</tr>
</table>
</form>