blob: 28ad72b0fa4d683c81650c6bf008111f5b0f3617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
<title>CGI POST Test</title>
</head>
<body>
<h1>CGI POST Test</h1>
<form action="cgi_test.cgi" method="post">
<input type="text" name="test" />
<input type="submit" />
</form>
</body>
</html>
|