Guest User

Untitled

a guest
Apr 25th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <title>Post form</title>
  6. </head>
  7.  
  8. <body>
  9. <form action="post_form.php" method="POST">
  10.   <table>
  11.     <tr>
  12.       <td>POST FIELD:</td>
  13.       <td><input type="text" name="post_field"></td>
  14.     </tr>
  15.    
  16.     <tr>
  17.       <td><input type="submit" name="SubmitForm" value="Post !"></td>
  18.     </tr>
  19.    
  20. </form>
  21.  
  22. </body>
  23.  
  24. </html>
Add Comment
Please, Sign In to add comment