[织梦教程]织梦站内搜索代码,求助

阅读  ·  发布日期 2019-06-27 17:07  ·  admin

 织梦的默认模板的head.htm里面搜索代码,我给你复制过来了。

1
2
3
4
5
6
7
8
9
<form  name="formsearch" action="/plus/search.php">
           <input type="hidden" name="kwtype" value="0" />
           <input name="q" type="text" class="search-keyword" id="search-keyword" value="在这里搜索..." onfocus="if(this.value=='在这里搜索...'){this.value='';}"  onblur="if(this.value==''){this.value='在这里搜索...';}" />
           <select name="searchtype" class="search-option" id="search-option">
               <option value="title" selected='1'>检索标题</option>
               <option value="titlekeyword">智能模糊</option>
           </select>
          <button type="submit" class="search-submit">搜索</button>
        </form>

可以根据自己的需要修改!