大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
form id="searchform" name="searchform" method="post" action="/e/search/index.php" target="_blank"
成都创新互联公司主要从事成都做网站、成都网站制作、成都外贸网站建设、网页设计、企业做网站、公司建网站等业务。立足成都服务崖州,10余年网站建设经验,价格优惠、服务专业,欢迎来电咨询建站服务:18982081108
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
上面代码是搜索标题和简介的,你说的全站搜索,只能搜索标题和简介,内容是无法参与搜索的
!doctype html
html
head
meta charset="UTF-8"
titleUntitled Document/title
/head
body
script
function CheckSearchForm(){
if(document.getElementById("searchform").stitle.value=="")
{
alert("请输入标题");
return false;
}
if(document.getElementById("searchform").swriter.value=="")
{
alert("请输入作者");
return false;
}
return true;
}
/script
form name="searchform" id="searchform" method="post" action="/e/search/index.php" onsubmit="return CheckSearchForm();"
table width="550" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder"
input type="hidden" name="tbname" value="zhengshu"
input type="hidden" name="tempid" value="1"
input type="hidden" name="andor" value="and"
tr class="header"
td colspan="2"新闻搜索/td
/tr
tr bgcolor="#FFFFFF"
td width="97"姓名:/td
td width="388"
input type="hidden" name="show[]" value="title"
input type="hidden" name="hh[]" value="LK"
input name="keyboard[]" type="text" id="stitle"
/td
/tr
tr bgcolor="#FFFFFF"
td编号:/td
td
input type="hidden" name="show[]" value="xingming"
input type="hidden" name="hh[]" value="LK"
input name="keyboard[]" type="text" id="swriter"
/td
/tr
tr bgcolor="#FFFFFF"
td /td
td
input type="submit" name="Submit" value="马上搜索"
font color="#666666"(不设置为不限)/font
/td
/tr
/table
/form
/body
/html
form action='/e/search/index.php' method="post" name="search_news" id="search_news"
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的搜索。