织梦DEDECMS搜索提交用a便签替换button标签方法

我们用织梦模版建站时,织梦默认搜索提交标签是button,有时候我们不要botton样式,就用a便签来替换。

 

原理是:在a便签里加个onclick属性,在前面form里加入id='search_form',直接上一个案例代码,就知道怎么来套用了

 

 

 

<form name="formsearch"  action="/plus/search.php"   id='search_form'>

                    <div class="searchform">

                    <input type="hidden"   name="kwtype"   value="0">

    <input name="q"   type="text"  class="input"   id="search-keyword"   value="在这里搜索..."   onfocus="if(this.value=='在这里搜索...'){this.value='';}" onblur="if(this.value==''){this.value='在这里搜索...';}" x-webkit-speech="">

                    </div>

                    <div class="search_submit">

                      <a onclick="document.getElementById('search_form').submit();"><img src="/style/picture/search_btn.jpg"   alt="Products Search"></a>

                    </div>

                </form>


1、本网站名称:源码村资源网
2、本站永久网址:https://www.yuanmacun.com
3、本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长进行删除处理。
4、本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
5、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
6、本站资源大多存储在云盘,如发现链接失效,请联系我们我们会第一时间更新。
源码村资源网 » 织梦DEDECMS搜索提交用a便签替换button标签方法
您需要 登录账户 后才能发表评论

发表评论

欢迎 访客 发表评论