PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

全站搜索咋只能搜索到部分栏目内容? [复制链接]

1#
全站搜索咋只能搜索到部分栏目内容?


全站搜索咋只能搜索到部分栏目内容?

详细代码如下:

<div class="search_bar">
<script type="text/javascript">
function  c_keyword()
{
  if(Id("kw").value=="")
  {
    alert("请输入关键词!");
    Id("kw").focus();
    return false;
  }
}
</script>
        <form method="get" name="S_article" action="/e/search/">
            <input id="kw" class="stitle" name="title" maxlength="30" type="text" /> <input name="modelid" value="49" type="hidden" /><input name="siteid" value="1" type="hidden" /><input style="width:55px;height:25px;" class="button" value=" " size="36" type="submit" onclick="return c_keyword()" />
        </form>
    </div>
分享 转发
TOP
2#

没人回答呢
TOP
3#

具体什么内容
TOP
4#

已解决,先建个全站搜索子栏目,找个全站搜索代码复制到此处,然后,建立各个模块的搜索模型,最后,把各个模块的信息加入到全站搜索即可!仅供参考!
TOP
发新话题 回复该主题