Removed not existent function. Spotted by Kalle.
[elinks.git] / test / cgi / form.html
blobc8be17d15ea1e9a64a0881fd033f70934262768f
1 <html>
2 <head>
3 <title>CGI test</title>
4 </head>
5 <body>
6 <form name="a" method="GET" action="print-vars.sh">
7 <input name="b" type="text" />
8 <input name="c" type="submit" value="Test GET" />
9 </form>
10 <hr />
11 <form name="a1" method="POST" action="print-post.sh">
12 <input name="b1" type="text" />
13 <input name="c1" type="submit" value="Test POST" />
14 </form>
15 </body>
16 </html>