|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
优点:简单易学、开发速度快、有很多年“历史”,能找到非常多别人做好的程序来用、配合activeX功能强大,很多php做不到的asp+activeX能做到,例如银行安全控件程序|全文检索|全文检索<p><!--#includefile=function/conn.asp-->
<br>
<%
keyWord=trim(request("oKey"))
sType=trim(request("oType"))
ifkeyWord=""orkeyWord="关头字…"then
Response.Write"请输出关头字!"
Response.End()
endif
ifsType=""then
Response.Write"请选择查询信息种别"
Response.End()
endif
dimftsTable要查询信息的贮存表名
dimftsFolder要查询信息的贮存文件夹
ifsType="1"then
ftsTable="tb_bzxx"
ftsFolder=fjroot
elseifsType="2"then
ftsTable="tb_other"
ftsFolder=fjroot_other
elseifsType="3"then
ftsTable="tb_info"
ftsFolder=fjroot_info
else
Response.Write"堕落了!"
Response.End
endif
sql=""
ifsType="1"then
sql="selectbz_xuhaoasxuhao,bz_nameasbname,bz_codeasbcode,bz_htmashtmfrom"&ftsTable
elseifsType="2"then
sql="selectp_xuhaoasxuhao,p_nameasbname,p_codeasbcode,p_htmashtmfrom"&ftsTable
elseifsType="3"then
sql="selectinfo_idasxuhao,info_htm,info_typeashtmfrom"&ftsTable
else
Response.Write"堕落了!"
Response.End
endif
CallOPenConn()翻开数据库毗连
setfso=server.CreateObject("scripting.filesystemobject")
setrs=server.createobject("adodb.recordset")
dimoPattern
oPattern="<p>|<p(.*)>|</p>"
假如是查询第三种信息(其他信息),则先将一切的信息种别掏出来,放到数组中。
diminfoType()
ifsType="3"then
rs.Open"selecttype_id,type_namefromtb_info_typeorderbytype_iddesc",adocon,3,1
ifrs.RecordCount<=0then
CloseRsrs
CallCloseConn
Response.Write"堕落了!"
Response.End()
endif
rediminfoType(clng(rs(0)))
dowhilenotrs.EOF
infoType(clng(rs(0)))=rs(1)
rs.MoveNext
loop
rs.Close()
endif
%>
<h4ALIGN="CENTER"STYLE="COLOR:#000080">尺度信息体系全文检索了局
关头字:<spanstyle="color:#ff0000"><%=KEYWORD%>
</span><br>
</h4>
<hr>
<tablewidth="600">
<tr>
<tdstyle="font-size:12;color:000000;line-height:1.8"><%
举行检索
rs.Opensql,adocon,3,1
ifrs.RecordCount>0then
sCount=0
dowhilenotrs.EOF
findPos=0
htm=rs("htm")
ifhtm""then
vpath=ftsFolder&"/"&rs("xuhao")&"/"&htm
filePath=Server.MapPath(vpath)
iffso.FileExists(filepath)then
setoFile=fso.GetFile(filepath)
setoFilestream=oFile.openastextstream(1)
oFileInfo=""
ifnotoFilestream.atendofstreamthen
oFileInfo=FilterHTML(FilterBr(trim(oFilestream.readall)))
ifoFileInfo""then
findPos=instr(1,oFileInfo,keyWord,1)
查到了数据,必要显现
iffindPos>0then
Response.Write"<ahref="&vpath&"target=_blank>"
ifsType="1"orsType="2"then
Response.Write"<spanstyle=font-weight:bold;font-size:13;color:0000ff>"&rs("bname")&"("&rs("bcode")&") </span></a><br>"
else
Response.Write"<spanstyle=font-weight:bold;font-size:13;color:0000ff>"&infotype(clng(rs("info_Type")))&" </span></a><br>"
endif
iffindPos>50then
Response.Write"…"&replace(mid(oFileInfo,findPos-50,200),keyWord,"<spanstyle=color:ff0000>"&keyWord&"</span>",1,-1,1)&</p>ASP脚本是采用明文(plaintext)方式来编写的。 |
|