summaryrefslogtreecommitdiff
path: root/html/form-post-textarea.html
blob: 95dd486b0fc8352a1c3cd8da247ecb33a4a0477e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
 <head>
  <title>Trivial Post Form Textarea</title>
 </head>
 <body>
  <h1>Trivial Post Form Textarea</h1>
  <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi" method="post">
    <textarea name="textarea"></textarea>
    <input type="submit" name="button" value="Button">
  </form>
 </body>
</html>