帮偶看看搜索数据代码

来源:百度知道 编辑:UC知道 时间:2024/05/25 00:29:52
<!--#include file="../news/conn.asp"-->
<%
word=request("word")
columns=request("columns")
if word="" then
response.write "<script>alert('查找字符串不能为空!');history.back();</Script>"
response.end
end if
%>
<%
function chkhtm(stra)
stra=replace(stra,"<","<")
stra=replace(stra,">",">")
stra=replace(stra,"'","")
stra=replace(stra,"(","(")
stra=replace(stra,")",")")
stra=replace(stra,";",";")
stra=replace(stra,",",",")
stra=replace(stra,"%","%")
stra=replace(stra,"+","+")
chkhtm=stra
end function
function titleb(str,strlen)
dim l,t,c, i
l=len(str)
t=0
for i=1 to

<!--#include file="../news/conn.asp"-->
<%
word=request("word")
columns=request("columns")
if word="" then
response.write "<script>alert('查找字符串不能为空!');history.back();</Script>"
response.end
end if
%>
<%
function chkhtm(stra)
stra=replace(stra,"<","<")
stra=replace(stra,">",">")
stra=replace(stra,"'","")
stra=replace(stra,"(","(")
stra=replace(stra,")",")")
stra=replace(stra,";",";")
stra=replace(stra,",",",")
stra=replace(stra,"%","%")
stra=replace(stra,"+","+")
chkhtm=stra
end function
function titleb(str,strlen)
dim l,t,c, i
l=len(str)
t=0
for i=1