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>
|