gecko-dev/tools/testserver/docs/post.html

14 строки
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>