关于按钮的问题,急,在线等待
我现在有两个按钮,但是他们的type="image"(不能改成type="submit") 一个功能为重写,一个功能为提交
代码如下
<input type="image" border="0" name="imageField" src="/images/button_re.jpg" width="75" height="24">
<input type="image" border="0" name="imageField2" src="/images/button_enter.jpg" width="75" height="24">
应该怎么写才能得到效果