~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/netwerk/testserver/docs/post.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>