如果你想把的提交按扭搞得好看点.那你肯定要图片.今天讲下怎么样把那默认的按扭换成图片
这个是重设按扭的
<form name="myfrom" method="post" action="">
<input type="text" name="name">
<input type="image" onClick="reset" border="0" name="imageField" src="图片路径" width="67" height="26">
</form>
提交按扭
<form name="myfrom" method="post" action="">
<input type="text" name="name">
<input type="image" border="0" name="imageField" src="图片路径" width="67" height="26">
</form>
哈哈是不是好简单呢?用心学习!