RetroZilla/netwerk/testserver/docs/post.html
2015-10-20 23:03:22 -04:00

14 lines
247 B
HTML

<HTML>
<BODY>
<H2>Form post testing</H2>
<FORM Method="POST" Action="/">
<TEXTAREA NAME="foo" ROWS="5" COLS="40">
Enter some dummy text that will be posted.
Add more stuff here...
</TEXTAREA>
<P>
<INPUT TYPE="Submit">
</FORM>
</BODY>
</HTML>