搜索文章時自動加上W3SVC/1/ROOT這個錯誤的鏈接的解決方法_風(fēng)訊Cms教程
修改Search.asp文件第89行----------------未經(jīng)測試
ClassCName1="<a href=" & GetDoMain& RssearchObj("SaveFilePath")&"/"& RssearchObj("ClassEName") &"/index."&RssearchObj("FileExtName")&" target=""_blank""><font color=red>「"& RssearchObj("ClassCName") &"」</font></a> "
但此方法錯誤。已經(jīng)修正:
Dim confimsn
set confimsn=conn.execute("select domain from config")
set Rs = server.CreateObject ("ADODB.RecordSet")
If Request("condition")="title" then
Sql = "select * from News where DelTF=0 and AuditTF=1 and Title like '%"&Replace(request("keyword"),"'","''")&"%'"
elseif Request("condition")="content" then
Sql = "select * from News where DelTF=0 and AuditTF=1 and content like '%"&Replace(request("keyword"),"'","''")&"%'"
elseif Request("condition")="author" then
Sql = "select * from News where DelTF=0 and AuditTF=1 and Author like '%"&Replace(request("keyword"),"'","''")&"%'"
end if
Rs.Open Sql,Conn,1,3
%>
<html>
<head>
<title>搜索結(jié)果</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.MainMenuBGStyle {
background-repeat: no-repeat;
background-position: right center;
}
-->
</style>
</head>
<link href="CSS/css.css" rel="stylesheet">
<body>
<table width="70%" border="0" align="center" cellpadding="8" cellspacing="1" class="tabbgcolor">
<tr class="tabbgcolorliWhite">
<td width="78%" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td><font color="#999999"><!---請自己設(shè)置您的模板-----></font></td>
</tr>
<tr>
<td>以下為要害字<font color="#FF0000"><strong><%=request("KeyWord")%></strong></font>的相關(guān)內(nèi)容</td>
</tr>
</table>
<%
if Rs.eof and Rs.bof then
Response.write "<p align='center'> 未找到符合你條件的<font color=#ff0000>"&Request("keyword")&"</font>信息</p>"
Else
rs.pagesize=40
rs.absolutepage=cint(strpage)
select_count=rs.recordcount
select_pagecount=rs.pagecount
for i=1 to rs.pagesize
if rs.eof then
exit for
end if
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="22" bgcolor="#FFFFFF">·<%9
7
3
1
2
4
- 最簡單的欄目切換方法(樣式系列之欄目切換篇2)
- 我也放個欄目切換代碼,簡簡單單的。
- 搜狐女性頻道幻燈效果(幻燈系列之flash特效篇)
- 有效控制新聞內(nèi)容的圖片的尺寸
- 現(xiàn)提供增加<目錄生成規(guī)則>的方法!
- 風(fēng)訊里面上下篇標(biāo)簽DIV模式下浮動的解決方法!
- 風(fēng)訊目錄路徑自由選擇的實(shí)現(xiàn)方法
- 新聞列表讀取內(nèi)容時去掉html代碼
- 添加文字廣告的解決方案!
- 發(fā)些滾動的代碼
- 標(biāo)題下的分隔線在4.0中如何設(shè)置,還有標(biāo)題的行間距
- 隨時更換模版、廣告等,無須重新生成整站,共享出來供討論
- 相關(guān)鏈接:
- 教程說明:
風(fēng)訊Cms教程-搜索文章時自動加上W3SVC/1/ROOT這個錯誤的鏈接的解決方法
。