Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <html>
  2.  
  3. <body>
  4.  
  5. <form action="post" method="output.php">
  6. <input name="Input" type="text">
  7.  
  8. </form>
  9.  
  10. <form action="post" method="">
  11. <input name="Lookup" type="text">
  12. <input name="submit" type="submit">
  13. </form
  14.  
  15. <form action="post" method="output.php">
  16. <input name="Input2" type="text">
  17. <input name="submit" type="submit">
  18. </form>
  19.  
  20. </body>
  21.  
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement