多个按钮提交Action
<from name=”from” action=”” method=”post”>
<input type=”text” name=”name” />
<input type=”text” name=”password” />
<br />
<input type=”button” value=”submit1”
οnclick=”javascript:document.from.action=’login’;document.from.submit();” />
</from>
相关资源:敏捷开发V1.0.pptx