您的位置:首页 > 其它

怎么让图片按钮点击重置

2006-09-04 08:58 429 查看
 <style type='text/css'>
button{border:none;background:transparent;cursor:pointer;}
</style>
<form METHOD="POST" name="form" action="SaveguestbooK.asp">
  <input name='test' />
  <button type="submit"><img src="http://bbs.blueidea.com/images/blue/newtopic.gif" alt='提交' /></button>
  <button type="reset"><img src="http://bbs.blueidea.com/images/blue/poll.gif" alt='重置' /></button>
</form>

 

<form METHOD="POST" name="form" action="SaveguestbooK.asp">
<input name='test' />
     <input name="Submit" input type="image" src="images/submit.gif">
     <input  name="reset"  input type="image" src="images/reset.gif" onClick="form.reset();return false;">
</form>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息