Advertisement
Guest User

Link generator

a guest
Apr 4th, 2010
1,643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.67 KB | None | 0 0
  1. <form action="thescriptpage.php" method="GET">
  2.  
  3. <label for="char">Character:</label>
  4. <input type="text" name="char" /><br /><br />
  5.  
  6. <label for="realm">Realm:</label>
  7. <select name="realm">
  8. <option value="1">Realm one name</option>
  9. <option value="2">Realm two name</option>
  10. </select>
  11. <br /><br />
  12.  
  13. <label for="style">Background:</label>
  14. <select name="style">
  15. <option value="1">Default</option>
  16. <option value="2">Mulgore</option>
  17. <option value="3">Borean tundra</option>
  18. <option value="4">Nagrand</option>
  19. <option value="5">Sunwell</option>
  20. <option value="6">Terokkar Forest</option>
  21. </select>
  22. <br /><br />
  23.  
  24. <input type="submit" value="Generate link!" />
  25.  
  26. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement