web建站教程
  1. 首页
  2. vuejs
  3. js
  4. 好玩
  5. seo教程
  6. 前端知识
  7. 百度echarts
  8. 更多
    php入门
    nodejs
    mockjs
    reactjs
    mysql
    wordpress
    织梦cms
    帝国cms
    git教程
    IT知识
    模板大全
    休息站

帝国cms教你怎么写搜索功能

363 ℃
     

帝国cms搜索功能,下面直接看代码:

<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>

CMS网站被挂黑链应该如何解决?(如何防止黑链)

jQuery利用reset函数清空(重置)form表单数据

什么是搜索关键词

精准搜索资料的6个实用技巧

织梦自定义表单通过ajax提交的实现方法

标签: CMS网站, form, searchform, 帝国, 搜索

上面是“帝国cms教你怎么写搜索功能”的全面内容,想了解更多关于 帝国cms 内容,请继续关注web建站教程。

当前网址:https://ipkd.cn/webs_1343.html

声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

当前位置: 网站首页 > 帝国cms
本文共计1357个字,预计阅读时长10分钟
生活小工具,收录了80多款小工具
上一篇: WordPress用自定义代码实现更高级的分页功能
下一篇: 车牌号输入HTML模板下载
x 打工人ai神器