RetroZilla/netwerk/testserver/docs/post.html

14 lines
247 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>