form action='/e/search/index.php' method="post" name="search_news" id="search_news"
创新互联客户idc服务中心,提供成都服务器托管、成都服务器、成都主机托管、成都双线服务器等业务的一站式服务。通过各地的服务中心,我们向成都用户提供优质廉价的产品以及开放、透明、稳定、高性价比的服务,资深网络工程师在机房提供7*24小时标准级技术保障。
input type="hidden" name="show" value="title" style="display:none;" /
input name="keyboard" type="text" class="search-keyword" id="keyboard" value="在这里搜索..." onfocus="if(this.value=='在这里搜索...'){this.value='';}" onblur="if(this.value==''){this.value='在这里搜索...';}" /
input type="submit" name="Submit22" value="" class="s_sumbit"/
/form
你把上面的form放到相应的位置即可。这就是帝国cms的搜索。
input type="hidden" name="classid" value="2" /
这个修改为 input type="hidden" name="classid" id="classid" value="2" / 试试呢?
form id="searchform" name="searchform" method="post" action="/e/search/index.php" target="_blank"
input style="float:left;" class="main text" maxlength="70" size="42" type="text" name="keyboard" id="keyboard" value="" /
input type="hidden" name="show" value="title,smalltext" /
input type="hidden" name="tempid" value="1" /
input style="float:left;" type="image" value=" 搜 索 " src="/images/img/searchbutton.jpg" //form
上面代码是搜索标题和简介的,你说的全站搜索,只能搜索标题和简介,内容是无法参与搜索的