cgi_test.html 242 B

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