<script>
document.getElementById("deneme").function() {
if (this.selectedIndex!==0) {
window.location.href = this.value;
}
};
</script>
bu şekilde yapabilirsin. Verdiğim ornekte secim 1 e bastıgında googleye secim 2 ye bastıgında yahoo ya gidicektir