你用的是image,它本身已经具备了提交功能,点击时自动提交,你又写了jump函数,所以会出现刷新两次,把jump函数去掉就行了第一个页面test1.jsp
<%System.out.println("--------------------------");%>
<HTML>
<HEAD>
<TITLE>系统</TITLE>
<LINK href="../images/text.css" rel=Stylesheet type=text/css>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<form name="form1" method="post" action="test2.jsp">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-bottom: 3 solid #E7E7E7" bordercolor="#111111" width="780" id="AutoNumber2" height="1">
<tr> 
   <td height="14" colspan="2" align="center" CLASS="title"> 
   <input type="image" src="../images/chaxun.jpg" name="Submit" value="查  询">
   </td>
</tr>
</table>
</form>
</BODY>
</HTML>