3个回答
展开全部
方法一: type 为image 图片形式来制做提交按钮
<form method="post" name="Form_2" action="http://提交地址">
<input type="text" name="title" /><br>
<p><input type="text" name="keyword" /></p>
<input type="image" src="添加.gif" nclick="javascript:document.forms['Form_2'].submit(); />
<input type="image" src="删除.gif" onclick="javascript:document.forms['Form_2'].reset(); return false;" />
</form>
方法二: 用样式表形式来制做提交按钮
<style type="text/css">
<!--
#u {
background-color: #33FF33;
background-image: url(../image/submit.jpg);//定义背景图片,
background-repeat: no-repeat;
}
#del {
background-color: #33FF33;
background-image: url(../image/del.jpg);//定义背景图片,
background-repeat: no-repeat;
}
-->
</style>
</head>
<body>
<form method="post" name="Form_2" action="http://提交地址">
<input type="submit" name="u" id="u" value="添加" />
<input type="reset" name="u" id="u" value="删除" />
</form>
</body>
</html>
展开全部
<input type="image" src="地址" />
这就类似于 input type="submit" ...
这就类似于 input type="submit" ...
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<img src="" onclick="formName.submit();" />
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |