wie wärs mit:
<script language="JavaScript">
<!--
function makethis()
{
x = document.myform.myselect.value;
document.myform.myinput.value = x;
}
//-->
</script>
und
<select ... onchange=makethis()>...</select>
hoffe es entspricht deinen vorstellungen
the mech | code:nc01