Created
March 22, 2017 13:43
-
-
Save ScarletPonytail/dc565c1a82850503fc4041f725ed1866 to your computer and use it in GitHub Desktop.
HTML - Select list with working links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select class="form-control" onchange="location = this.value;"> | |
<option>Select a region...</option> | |
<option value="http://stage11.brightdesign.co.uk/wine-investment/investment-wines/bordeaux/">Bordeaux</option> | |
<option>2</option> | |
<option>3</option> | |
<option>4</option> | |
<option>5</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment