<script >
function vai() {
var list = document.forms[0].urlList

location = list.options[list.selectedIndex].value

}
</script>

cosa c'è che non va?