Created
May 9, 2022 16:08
-
-
Save alanef/7b55bd36b780202b536eed939ecfb672 to your computer and use it in GitHub Desktop.
example dropdown
This file contains hidden or 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 onchange="window.location=this.value"> | |
| <option disabled selected>Choose location</option> | |
| <option value="https://example.com/location-page-one">Location One</option> | |
| <option value="https://example.com//location-page-two">Location Two</option> | |
| </select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment