File: field.html

package info (click to toggle)
libwww-mechanize-perl 2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,080 kB
  • sloc: perl: 4,623; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<HTML>
<HEAD>
    Like a hole
</HEAD>
<BODY BGCOLOR="puce">
<FORM ACTION="/shake-some/">
<INPUT TYPE="text" NAME="dingo" VALUE="dingo1">
<INPUT TYPE="text" NAME="bongo" VALUE="bongo!">
<INPUT TYPE="radio" NAME="wango" VALUE="wango!">
<INPUT TYPE="radio" NAME="wango" VALUE="wongo!">
<INPUT TYPE="text" NAME="dingo" VALUE="dingo2">
<input type="hidden" name="__no_value">
<input type="hidden" name="__value" value>
<input type="hidden" name="__value_empty" value="">
<input type="hidden" name="__value_full" value="full">
<textarea rows="5" cols="60" id="textarea_id" name="textarea_name"></textarea>
</FORM>
</BODY>
</HTML>