Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.55 KB | None | 0 0
  1.  
  2.     <html>
  3.     <head>
  4.     <title>Форма</title>
  5.     </head>
  6.     <body>
  7.             <table width="100%">
  8.                 <tr>
  9.                     <td width="100%"> Голендухин Денис<br>
  10.                         группа 2125<br>
  11.                     Вариант №2506</td>
  12.                 </tr>
  13.             </table>
  14.             <table width="100%">
  15.                 <tr>
  16.                     <td width="50%">
  17.                         <img src="areas.png" alt="please, stop it">
  18.                     </td>
  19.                     <td width="50%">
  20.                         <form method="post" action="handler.php">
  21.                         <table>
  22.                             <tr>
  23.                                 <td>set x bitch<br>
  24.                                     <Input type = 'Radio' Name ='x' value= '-2'> -2
  25.                                     <Input type = 'Radio' Name ='x' value= '-1.5'>-1.5
  26.                                     <Input type = 'Radio' Name ='x' value= '-1'>-1
  27.                                     <Input type = 'Radio' Name ='x' value= '-0.5'>-0.5
  28.                                     <Input type = 'Radio' Name ='x' value= '0'>0
  29.                                     <Input type = 'Radio' Name ='x' value= '0.5'>0.5
  30.                                     <Input type = 'Radio' Name ='x' value= '1'>1
  31.                                     <Input type = 'Radio' Name ='x' value= '1.5'>1.5
  32.                                     <Input type = 'Radio' Name ='x' value= '2'>2
  33.                                 </td>
  34.                             </tr>
  35.                             <tr>
  36.                                 <td>set y bitch<br>
  37.                                 <input type="Text" name="y">
  38.                                 </td>
  39.                             </tr>
  40.                             <tr>
  41.                                 <td> set r bitch<br>
  42.                                 <select name="r">
  43.                                         <option disabled>Выберите R</option>
  44.                                         <option value="1">1</option>
  45.                                         <option value="1.5">1.5</option>
  46.                                         <option value="2">2</option>
  47.                                         <option value="2.5">2.5</option>
  48.                                     </select></td>
  49.                             </tr>
  50.                         </table>
  51.                         <input type="submit" value="fuck you">
  52.                      </form>
  53.                     </td>
  54.             </table>
  55.     </body>
  56.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement