[求助]大家好求助,路过的进来看一下!
我想做一个提交按钮,不要<input type=submit>这种系统自带的格式的,大家帮帮忙咯
<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>