Advertisement
Tony-S

main

Mar 26th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.63 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="de">
  3.   <head>              
  4.     <title>Suchformular</title>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.   </head>
  7.  
  8.   <body>
  9.     <form name="suche" action="liste.php" method="get" enctype="text/html">
  10.       Name:
  11.       <input type="text" name="vorname" value="" size="20" maxlength="50" />
  12.       <input type="submit" name="" value="Go!" />
  13.      
  14.       <br />
  15.      
  16.       <select name="auswahl">
  17.         <option value="1">kleiner</option>
  18.         <option value="2">größer</option>
  19.       </select>
  20.      
  21.      
  22.      
  23.      
  24.     </form>
  25.   </body>
  26.  
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement