<html>
<body>
<form id="form" method="post">
<input name="greeting" value="hello">
<input type="submit" value="submit">
</form>
</body>
</html>