Advertisement
tolikpunkoff

multibutton.html

May 1st, 2017
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
  4.         <title>Multibutton 'Send' Test</title>
  5.     </head>
  6.     <body>
  7.         <center>
  8.             <form action='multibutton.go.php' method='POST'>
  9.                 <b>Press a button</b></br>
  10.                 <input type='text' name='testtext' value='Test Text'></br>
  11.                 <input type='submit' name='button1' value='Button #1'>
  12.                 <input type='submit' name='button2' value='Button #2'>
  13.                 <input type='submit' name='button3' value='Button #3'>
  14.             </form>
  15.         </center>
  16.     </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement