<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Test Form!</title> </head> <body> <H1>Test form</H1> <form name="f1" action="./cgi-bin/testform2.cgi" method="get"> <p>Please, input smth.:</p> <input type="text" name="testfield"> <input type="submit"> <input type="reset"> </form> </body> </html>