type=image不提交

来源:百度知道 编辑:UC知道 时间:2024/06/23 07:33:01
input type=image不提交
<input type=image onclick="location='register.asp'">
他会提交数据.而不是转到'register.asp'
请问该怎么改一下啊?

<input type=image onclick="javascript:window.location='register.asp'">

改成<input type=image onclick="location.href='register.asp'">

<input src="Img/H_go.gif" border="0" type="image" width="47" height="20" style="margin-top:4px;" onclick="javascript:location.href='register.asp'"/>