Hola
Entonces esto es lo que necesitas
Código javascript
:
Ver original<script type="text/javascript">
function getName(opt) {
if (opt != 0)
window.location.href = "x.asp?menu=" +opt;
}
</script>
</head>
<body>
<form>
<Select name="fruta" id="mySelect" onchange="getName(this.options[this.selectedIndex].value);">
Suerte