Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Created March 22, 2017 13:43
Show Gist options
  • Save ScarletPonytail/dc565c1a82850503fc4041f725ed1866 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/dc565c1a82850503fc4041f725ed1866 to your computer and use it in GitHub Desktop.
HTML - Select list with working links
<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