<script language="javascript">
document.all["文本框的ID"].value = document.all["下拉框ID"].options[document.all["下拉框ID"].seletedIndex].value
</script>