File: 2a-test04.html

package info (click to toggle)
libcgi-formbuilder-perl 3.09-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,504 kB
  • ctags: 450
  • sloc: perl: 7,224; makefile: 12
file content (38 lines) | stat: -rw-r--r-- 1,175 bytes parent folder | download | duplicates (7)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 <title>Test</title>
 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 <!-- JavaScript validation code -->
 
</head>
<body>

<form action="TEST" method="post"><input id="_submitted" name="_submitted" type="hidden" value="1" />
  test form page:<br/>
  <table>
  
  <tr>
    <td class="bold">Field1<!-- label --></td>
    <td><input id="field1" name="field1" type="text" value="109" /><!-- field --><i>Hello</i><!-- comment --></td>
  </tr>
  
  <tr>
    <td class="bold">Reefer<!-- label --></td>
    <td><input id="field2" name="field2" type="submit" value="1 &lt; 2 &lt; 3" /><!-- field --><i>goodbyE@</i><!-- comment --></td>
  </tr>
  
  <tr>
    <td class="bold">Field3<!-- label --></td>
    <td><input id="field3" name="field3" type="button" value="&lt;&lt;PUSH&gt;&gt;" /><!-- field --><i>onSubmit</i><!-- comment --></td>
  </tr>
  
  </table>
  <br/>
  <!-- buttons -->
<input id="_submit" name="_submit" type="submit" value="Submit" />
</form>

</body>
</html>