Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created May 31, 2013 17:39
Show Gist options
  • Save fapestniegd/5686590 to your computer and use it in GitHub Desktop.
Save fapestniegd/5686590 to your computer and use it in GitHub Desktop.
<html>
<body>
<form>
<select onChange="if(this.selectedIndex!=0) self.location=this.options[this.selectedIndex].value">
<option value="?prnt=skrs0001" selected >prnt0001
<option value="?prnt=skrs0002">prnt0002
<option value="?prnt=skrs0003">prnt0003
</select>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment