Yaaaaaay, POST now works 100% :)

This commit is contained in:
Jeroen Domburg
2014-10-09 00:29:08 +02:00
parent 649dc26851
commit a01c02245f
8 changed files with 159 additions and 38 deletions
+10
View File
@@ -0,0 +1,10 @@
<html><head><title>Test</title></head>
<body>
<form method="post" action="test.cgi">
<input type="text" name="Test1" value="t1">
<input type="text" name="Test2" value="t2">
<input type="submit" name="DoIt" value="Do It">
</form>
</body></html>