表单如下:
<form id="form1" method="post" action="test_login1.jsp">     
账号<br/><input type="text" name="email" id="email" value="<%=email%>" /><br/>
密码(区分大小写)<br/><input type="password" name="password" id="password" value="<%=password%>"/><br/>    <label>
<input type="image" name="imageField" id="imageField" value ="xxx"  src="xxx"  />   
    </label>
    <label>
      <input type="image" name="imageField2" id="imageField2" value="xxx" src="xxx"  />
</form>我想要点击两个中的一个图表后提交表单,但在另一个页面怎么样知道点击的是哪个页面?可不可以传一变量?