a dummy post request file for testing post requests in HTTP. not in the build.

This commit is contained in:
gagan%netscape.com 1999-10-22 21:27:38 +00:00
Родитель 85092ee7c1
Коммит ba623d2c25
2 изменённых файлов: 26 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,13 @@
<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>

Просмотреть файл

@ -0,0 +1,13 @@
<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>