一个html表单里能否出现2个以上的action?
<html><head><title>点菜系统</title><metahttp-equiv="content-type"content="text/html;chars...
<html>
<head><title>点菜系统</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
</head>
<body>
<h1>欢迎进入点菜系统!</h1>
<table border="1" width="80%" height="20%" bordercolor="#FF0000" cellpadding="0" cellspacing="0">
<form action="menu.php" method="post" name="111">
菜名:<input type="text" name="dishname" ></input>
价格:<input type="text" name="price"></input></br>
提交:<input type="submit" value="提交">
</form>
</table>
<form action="num.php" method="post" name="222">
人数:<input type="text",name="num"></input></br>
提交:<input type="submit" value="提交">
</form>
</table>
</body>
</html>
但是点击第二个提交时,跳转不对!未能进入num.php文件 请高手指点! 展开
<head><title>点菜系统</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
</head>
<body>
<h1>欢迎进入点菜系统!</h1>
<table border="1" width="80%" height="20%" bordercolor="#FF0000" cellpadding="0" cellspacing="0">
<form action="menu.php" method="post" name="111">
菜名:<input type="text" name="dishname" ></input>
价格:<input type="text" name="price"></input></br>
提交:<input type="submit" value="提交">
</form>
</table>
<form action="num.php" method="post" name="222">
人数:<input type="text",name="num"></input></br>
提交:<input type="submit" value="提交">
</form>
</table>
</body>
</html>
但是点击第二个提交时,跳转不对!未能进入num.php文件 请高手指点! 展开
展开全部
我运行时是可以的啊。。。
你的代码少第二个表单少了一个<table>标签,只有</table>标签,没有<table>标签与之配套
你的代码少第二个表单少了一个<table>标签,只有</table>标签,没有<table>标签与之配套
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以的,我也用过两个Form表单,没出现问题。你也可以试下一个Form表单,两个Button
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询