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