第一、你 script 少了一个 }(大括号)导致语法错误。
第二、获取 form 的格式是 document.forms.表单名
第三、获取 select 下被选中的 option 的格式是 select[select.selectedIndex]