Advertisement
Guest User

HTML code generator

a guest
Nov 29th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.01 KB | None | 0 0
  1. <html>
  2. <body>
  3. <form name="form1" method="get">
  4.     Gamemode: <br>
  5. <select id="gamemode">
  6.     <option>Casual</option>
  7.     <option>Deathmatch</option>
  8.     <option>Arms Race</option>
  9.     <option>Demolition</option>
  10.     <option>Competitive</option>
  11. </select>
  12. <br><br>
  13. Map: <br>
  14. <select>
  15.     <option>Dust 2</option>
  16.     <option>Nuke</option>
  17.     <option>Mirage</option>
  18.     <option>Inferno</option>
  19.     <option>Cobblestone</option>
  20.     <option>Overpass</option>
  21.     <option>Cache</option>
  22.     <option>Train</option>
  23.     <option>Aztec</option>
  24.     <option>Dust</option>
  25.     <option>Vertigo</option>
  26.     <option>Office</option>
  27.     <option>Italy</option>
  28.     <option>Assault</option>
  29.     <option>Militia</option>
  30.     <option>Workout</option>
  31.     <option>Back Alley</option>
  32.     <option>Marquis</option>
  33.     <option>Facade</option>
  34.     <option>Season</option>
  35.     <option>Bazaar</option>
  36. </select>
  37. <br><br>
  38.  
  39.     <input type="submit" value="Generate" name="generate" id="button" onClick="function result(){alert(document.getElementsByName('form1'))};result();">
  40. </form>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement