2
我在提交和返回按鈕上使用圖像。Jsp提交按鈕圖像
當我點擊提交,圖像參數如b1.x=66
,b1.y =6
以及其他參數。
如何停止只發送圖像參數從一個發送到其他jsp頁面。
請恢復。
代碼
<html>
<body>
<form>
<table>
<tr>
<td colspan=2>
<i>
<b>Please verify the information entered , click Submit to make the payments otherwise click Back to modify details <br> <br> </b>
</i>
</font>
</td>
</tr>
<tr>
<td align=middle colSpan=2>
<input type="image" name="b1" src="/mpt/images/submit.gif" border=0 value="success">
<a href="javascript:history.go(-1)">
<img src="/mpt/images/backbutton.gif" border="0" alt="Click to Edit The Information You Entered ">
</a>
</td>
</tr>
</table>
</form>
</body>
</html>