php页两个<form>的问题,点两个提交按钮都是进入第一个表单的action页,代码是这样的
<formaction="checkuser.php"method="post"name="checkuser"id="checkuser"><table><tr><th...
<form action="checkuser.php" method="post" name="checkuser" id="checkuser">
<table>
<tr>
<th>查看指定用户</th>
</tr>
<tr>
<td>教师工号:</td>
<td><input type="text" name="uno" /></td>
</tr>
</table>
<input type="submit" value="确定" />
<input type="reset" value="取消" />
</form>
</br>
<form action="checkusers.php" method="post" name="checkusers" id="checkusers">
<table>
<tr>
<th>查看全部用户</th>
</tr>
</table>
<input type="submit" value="确定" />
<input type="reset" value="取消" />
</form> 展开
<table>
<tr>
<th>查看指定用户</th>
</tr>
<tr>
<td>教师工号:</td>
<td><input type="text" name="uno" /></td>
</tr>
</table>
<input type="submit" value="确定" />
<input type="reset" value="取消" />
</form>
</br>
<form action="checkusers.php" method="post" name="checkusers" id="checkusers">
<table>
<tr>
<th>查看全部用户</th>
</tr>
</table>
<input type="submit" value="确定" />
<input type="reset" value="取消" />
</form> 展开
2个回答
展开全部
没有传值就不要用form了,直接给个链接就行了。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询