Guest User

Untitled

a guest
Apr 19th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. <html>
  2. <head>
  3.  <title> Pet portal search trial </title>
  4. </head>
  5.  
  6. <body>
  7.  
  8. <h3> Search that shit ! </h3>
  9. <br />
  10.  
  11. <form action="search.php" method="POST">
  12.   <table>
  13.     <tr>    
  14.       <td><input type="text" name="search_query"></td>
  15.     </tr>
  16.        
  17.     <tr>
  18.       <td><input type="submit" name="SubmitForm" value="Search"></td>
  19.     </tr>
  20. </form>
  21.  
  22. </table>
  23. <p>&nbsp;</p>
  24.  
  25. </body>
  26. </html>
Add Comment
Please, Sign In to add comment