java 在同一个页面内实现查询和修改
思路:js控制from的路径,实现不同按钮实现不同功能却可以共用一个from表单
参考代码如下:
JSP:(一个from中有两个按钮,一个按条件查询的按钮,一个修改后提交的按钮)
<form id="form1" name="f1" action="${pageContext.request.contextPath}/guan/findYonHuAll1" method="post" onsubmit="return checkform()">
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#BBD3EB">
<input name="zhanghao"></input>
<tr>
<input type=submit class