Bug 403420 - notification bar should show the host for the login it's asking to save...
[wine-gecko.git] / netwerk / testserver / docs / post.html
blobd66cfac530241c957f3105d5e6a2fb84c251d32a
1 <HTML>
2 <BODY>
3 <H2>Form post testing</H2>
4 <FORM Method="POST" Action="/">
5 <TEXTAREA NAME="foo" ROWS="5" COLS="40">
6 Enter some dummy text that will be posted.
7 Add more stuff here...
8 </TEXTAREA>
9 <P>
10 <INPUT TYPE="Submit">
11 </FORM>
12 </BODY>
13 </HTML>