《2022年用图片代替submit和reset按钮源码精华教程.docx》由会员分享,可在线阅读,更多相关《2022年用图片代替submit和reset按钮源码精华教程.docx(3页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、2022年用图片代替submit和reset按钮源码精华教程HTML代码:<table><form name=form1 method=post action=redirect.asp> <tr> <td width=32% height=29> <div align=right><font color=CC6600>用户名:</font></div> </td> <td width=68% height=29> < input type=text name=yhmc
2、size=15 style=border: 1 solid #CC6600 onfocus=this.select() onmouseover=this.focus()> </td> </tr> <tr> <td width=32% height=27> <div align=right><font color=CC6600>密 码:</font></div> </td> <td width=68% height=27> <input type=text name
3、=yhmm size=15 style=border: 1 solid #CC6600 onfocus=this.select() onmouseover=this.focus()> </td> </tr> <tr> <td colspan=2> <div align=center> <input type=image border=0 name=imageField src= width=55 height=21> <IMG SRC= onClick=document.forms.form1.reset(); style=cursor:hand> </div> </td> </tr> </form> </table> (出处: