File: 2b-test02.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 (17 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<title>User Info</title>
Please update your info and hit "Submit".

<p>
<form action="TEST" method="get"><input id="_submitted" name="_submitted" type="hidden" value="1" />
Enter your name: <input id="name" maxlength="80" name="name" size="80" type="text" />Fuck off
Select your Mom: <select name="color" multiple>
  <b><option VALUE="white">White</option></b>
  <b><option VALUE="black">Black</option></b>
  <b><option VALUE="red">Green</option></b>

</select>
Fuck me?<br> = <radio name="sex" value="1">Yes<br><radio name="sex" value="0">No<br><radio name="sex" value="-1">Maybe<br>
FYI, your dress size is 8<br>
<input id="_submit" name="_submit" type="submit" value="Start over, boob!" />
</form>