Skip to content

Instantly share code, notes, and snippets.

@zmts
Created February 9, 2017 11:07
Show Gist options
  • Save zmts/8a8ecab5beee0254b67fae4fb264c1d7 to your computer and use it in GitHub Desktop.
Save zmts/8a8ecab5beee0254b67fae4fb264c1d7 to your computer and use it in GitHub Desktop.
Make menu from select
<select name="forma" onchange="location = this.value;">
<option value="Home.php">Home</option>
<option value="Contact.php">Contact</option>
<option value="Sitemap.php">Sitemap</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment