Revision f47f93533ceb02cfb4fe4c588c6d26bb55c9bd0f authored by Christophe Maudoux on 19 July 2019, 08:50:19 UTC, committed by Christophe Maudoux on 19 July 2019, 08:50:19 UTC
1 parent b81ccf7
Raw File
form.html
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
  <form id="test" method="post" action="index.pl">
    <input name="postuid" placeholder="postuid" />
    <input name="postmail" placeholder="postmail" />
    <input name="poststatic" placeholder="poststatic" />
    <input id="bt" name="post" type="submit" />
  </form>
</body>
</html>
back to top