注册 登录
编程论坛 WEB前端(UI)

[求助]大家好求助,路过的进来看一下!

chenzr 发布于 2007-10-21 14:52, 957 次点击
我想做一个提交按钮,不要<input type=submit>这种系统自带的格式的,大家帮帮忙咯
5 回复
#2
wcwtitxu2007-10-21 18:12
<form id="form1" name="form1" method="GET" action="http://www.baidu.com/s" target="_blank">
<input type="text" name="wd" id="wd" value="wcwtitxu" />
<a href="#" onclick="javascript: document.getElementById('form1').submit();">提交</a>
</form>
#3
chenzr2007-10-21 20:52
谢谢,.我已经知道了!但不是你那一种@
#4
huangyong2007-10-23 18:08
用图片也是一样做的啊
#5
hehe3652007-10-24 22:56
用图片最好想是什么样就是什么样的
#6
dushui2652007-10-25 11:03

对呀,可以用图片,,<input type="img" src="images/01.jpg" ........

1