一个jsp页面中有两个form,每个form指向不同的JSP页面,怎样实现?代码如下:
<bodybgcolor="#ffccee"><center><h2>系统登陆</h2><formaction="login.jsp"method="post"name=...
<body bgcolor="#ffccee">
<center>
<h2>系统登陆</h2>
<form action="login.jsp" method="post" name="form1">
用户名:<input type="text" name="name" maxlength="8" style="widsh:150"><br/>
密码:<input type="password" name="pwd" maxlength="8" style="widsh:150"><br/>
<input type="submit" value="登陆">
<input type="reset" value="取消"><br/><br><br/>
</form>
<form action="form.html" method="post" name="form2"> 还没注册吧?快点击这里<br/>
<input type="submit" value="注册">
</form>
</center>
</body> 展开
<center>
<h2>系统登陆</h2>
<form action="login.jsp" method="post" name="form1">
用户名:<input type="text" name="name" maxlength="8" style="widsh:150"><br/>
密码:<input type="password" name="pwd" maxlength="8" style="widsh:150"><br/>
<input type="submit" value="登陆">
<input type="reset" value="取消"><br/><br><br/>
</form>
<form action="form.html" method="post" name="form2"> 还没注册吧?快点击这里<br/>
<input type="submit" value="注册">
</form>
</center>
</body> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询