Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form action="thescriptpage.php" method="GET">
- <label for="char">Character:</label>
- <input type="text" name="char" /><br /><br />
- <label for="realm">Realm:</label>
- <select name="realm">
- <option value="1">Realm one name</option>
- <option value="2">Realm two name</option>
- </select>
- <br /><br />
- <label for="style">Background:</label>
- <select name="style">
- <option value="1">Default</option>
- <option value="2">Mulgore</option>
- <option value="3">Borean tundra</option>
- <option value="4">Nagrand</option>
- <option value="5">Sunwell</option>
- <option value="6">Terokkar Forest</option>
- </select>
- <br /><br />
- <input type="submit" value="Generate link!" />
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement