aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/form_submission.html
blob: e00abe5e87b4eb7c9e57fac05197dbbf4d66b291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head></head>
<body>
<!-- Run with nc -l 8000 -->
<form action="http://localhost:8000" method=get id="foo">
<input name=bar type=checkbox checked>
<input name=baz value="baz1" type=radio checked>
<input name=baz value="baz2" type=radio>
<input type=text name=bye value="hi!">
<input type=submit>
</form>
</body>
</html>