File: forms.htm

package info (click to toggle)
libwhisker2-perl 2.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 664 kB
  • ctags: 303
  • sloc: perl: 7,262; makefile: 52
file content (18 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html><body>
<form name="f1" method="POST" action="/form1.cgi">
<input type="text" name="itxt1" value="itxt1v">
<input type="text" name="itxt2">
<input type="hidden" name="ihdn1" value="ihdn1val">
<input type="hidden" name="ihdn2">
<select name="slct1">
<option>one</option>
<option>two</option>
<option value="3">three</option>
</select>
<textarea>
this is stuff
</textarea>
<button name="btn1" value="btn1val">
<input type="submit" value="sbt1">
</form>
</body></html>