加入收藏 | 设为首页 | 会员中心 | 我要投稿 核心网 (https://www.hxwgxz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 教程 > 正文

教你怎么写搜索功能

发布时间:2021-02-26 08:18:19 所属栏目:教程 来源:网络整理
导读:form action="[!--news.url--]e/search/index.php" method="post" name="searchform" id="searchform" table border="0" cellspacing="6" cellpadding="0" tr tdstrong站内搜索:/strong input name="keyboard" type="text" size="32" id="keyboard" class="

<form action="[!--news.url--]e/search/index.php" method="post" name="searchform" id="searchform">
<table border="0" cellspacing="6" cellpadding="0">
<tr>
<td><strong>站内搜索:</strong>
<input name="keyboard" type="text" size="32" id="keyboard" class="inputText" />
<input type="hidden" name="show" value="title" />
<input type="hidden" name="tempid" value="1" />
<select name="tbname">
<option value="news">新闻</option>
<option value="download">下载</option>
<option value="photo">图库</option>
<option value="flash">FLASH</option>
<option value="movie">电影</option>
<option value="shop">商品</option>
<option value="article">文章</option>
<option value="info">分类信息</option>
</select>
</td>
<td><input type="image" class="inputSub" src="[!--news.url--]skin/default/images/search.gif" />
</td>
<td><a href="[!--news.url--]search/" target="_blank">高级搜索</a></td>
</tr>
</table>
</form>


这是模板里默认的搜索表单,我不想要选择 新闻、下载 那些,因为我不需要搜索那些栏目,我想把搜索改成仅仅只搜索商品,不要那个下拉菜单,剩下一个文本框和搜索按钮就可以了,应该怎么改呢?

方法如下:

<form action="/e/search/index.php" method="post" name="searchform">
<input type="hidden" name="tempid" value="1" /> //搜索模版ID
<input type="hidden" name="classid" value="3"> //搜索栏目ID
<input type="hidden" name="show" value="title,newstext,ftitle" />
<input name="keyboard" type="text" id="soso" />
<input type="image" name="Submit" value="搜索" src="/skin/images/ss2.gif" />
</form>

(编辑:核心网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读