Skip to content

Instantly share code, notes, and snippets.

@SammyLin
Created April 17, 2012 12:53
Show Gist options
  • Save SammyLin/2405795 to your computer and use it in GitHub Desktop.
Save SammyLin/2405795 to your computer and use it in GitHub Desktop.
下拉式選單
<select size="1" onchange="window.open(this.options[this.selectedIndex].value,'_self');">
<option>請 選 擇</option>
<option value="http://tw.yahoo.com" >yahoo</option>
<option value="http://sani362.com/">sani362.com</option>
<option value="http://pchome.com/">pchome</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment