<form action="this.action=this.select.value + 'Login';"  method="post">
<table width="50%" border="0">
<tr>
<td>
去向:
</td>
<td>
<select name="select" id="select">
<option value="Enterprise">
企业
</option>
<option value="Business">
商户
</option>
<option value="Student" selected>
学生
</option>
</select>
</td>
</tr>
               </table>
</form>实现跳转到EnterpriseLogin.Action  , BusinessLogin.Action,     StudentLogin.Action
求大神帮助