雷火电竞-中国电竞赛事及体育赛事平台

歡迎來到入門教程網(wǎng)!

dedecms

當(dāng)前位置:主頁 > CMS教程 > dedecms >

織夢(mèng)DEDECMS搜索提交用a便簽替換button標(biāo)簽方法

來源:本站原創(chuàng)|時(shí)間:2021-08-05|欄目:dedecms|點(diǎn)擊:

我們用織夢(mèng)模版建站時(shí),織夢(mèng)默認(rèn)搜索提交標(biāo)簽是button,有時(shí)候我們不要botton樣式,就用a便簽來替換。
 
原理是:在a便簽里加個(gè)onclick屬性,在前面form里加入id='search_form',直接上一個(gè)案例代碼,就知道怎么來套用了
 
 
 
<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>
 

上一篇:織夢(mèng)調(diào)用tag標(biāo)簽對(duì)應(yīng)文章數(shù)量的方法

欄    目:dedecms

下一篇:織夢(mèng)dedecms后臺(tái)文章列表中顯示自定義字段方法

本文標(biāo)題:織夢(mèng)DEDECMS搜索提交用a便簽替換button標(biāo)簽方法

本文地址:http://www.jygsgssxh.com/a1/dedecms/16718.html

更多dedecms

您可能感興趣的文章

閱讀排行

本欄相關(guān)

隨機(jī)閱讀

網(wǎng)頁制作CMS教程網(wǎng)絡(luò)編程軟件編程腳本語言數(shù)據(jù)庫服務(wù)器

如果侵犯了您的權(quán)利,請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)進(jìn)行處理、任何非本站因素導(dǎo)致的法律后果,本站均不負(fù)任何責(zé)任。

聯(lián)系QQ:835971066 | 郵箱:835971066#qq.com(#換成@)

Copyright © 2002-2020 腳本教程網(wǎng) 版權(quán)所有