samkopite

Untitled

Apr 1st, 2019
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <form method ="post" action="insertservelet">
  2. Name: <Input type="text" name="name/">
  3. Age: <Input type="text" name="name/"><br><br>
  4. <input type="submit" value="insert record"/>&nbsp;&nbsp;&nbsp;
  5. <input type="submit" value="clear all"/>
  6. </form>
  7. <form method="get" action="retrieveserver">
  8. <input type="submit" value="Display"/>
  9. </form>
  10. </body>
  11. </html>
Add Comment
Please, Sign In to add comment