主頁(yè) > 知識(shí)庫(kù) > 如何做一個(gè)只搜索本網(wǎng)站的引擎?

如何做一個(gè)只搜索本網(wǎng)站的引擎?

熱門標(biāo)簽:遼寧營(yíng)銷智能外呼系統(tǒng)價(jià)格多少 400電話是怎么申請(qǐng) 常州智能外呼電銷機(jī)器人如何 武漢如何辦理400電話 教育機(jī)構(gòu)地圖標(biāo)注 重慶400電話哪里辦理 推銷電話機(jī)器人怎么打電話的 語(yǔ)音電銷機(jī)器人視頻 自適應(yīng)地圖標(biāo)注

searchfiles.html 
html>

head>

title>撼雪噴云之本網(wǎng)搜索引擎/title>

/head>

body>

form method="POST" action="cgi-bin/searchfiles.asp">

  table border="0" cellpadding="5" bgcolor="#C2E7E3">

    tr>

      td align="center">請(qǐng)輸入條目或關(guān)鍵詞input type="text" name="term" size="15"> input  type="submit" value="搜索">/td>

    /tr>

  /table>

/form>

/body>/html>

 

searchfiles.asp
%
SearchTerm = request.form("term")
Novalid=" a b c d e f g h i j k l m n o p q r s t u v w x y z yes no and more"
NovalidResponse ="
你輸入的內(nèi)容過(guò)于簡(jiǎn)單,請(qǐng)返回重試!"

if instr(SearchTerm,Novalid)=0 then
Response. Write ("CENTER>H2>
搜索結(jié)果/H2>/CENTER>")

  FolderName= "FolderName"
  ShowList()

else
Response.Write NovalidResponse
End if

SearchResponse=""
%>

%
Sub ShowList()
FolderToCheck = server.mappath("\") "/" FolderName "/"
Dim fs, f, f1, fc, s
    Set fs = CreateObject("Scripting.FileSystemObject")
    Set f = fs.GetFolder(FolderToCheck)
Set fc = f.Files
For Each f1 in fc

        Wfile = f1.name
          if right(Wfile, 5)=".html" OR right(Wfile, 4)=".htm" then
            Wfile2 = FolderToCheck Wfile
            Set fs = CreateObject("Scripting.FileSystemObject")
            Set a = fs.OpenTextFile(Wfile2)
            ct = a.ReadAll
            a.close
            ct2=lcase(ct)
            SearchTerm2 = lcase(SearchTerm)

                  if instr(ct2,SearchTerm2)>0 then

                      if instr(ct,"/title>")>0 then
                  longitud=instr(ct,"/title>")
                  longitud=longitud -1
                          ct=left(ct,longitud)
                          longitud2=len(ct)
                  longitud=instr(ct,"title>")
                  longitud=longitud2 -longitud -6
                          ct=right(ct,longitud)
                    else
                        if instr(ct,"/title>")>0 then
                    longitud=instr(ct,"/title>")
                    longitud=longitud -1
                            ct=left(ct,longitud)
                            longitud2=len(ct)
                    longitud=instr(ct,"title>")
                    longitud=longitud2 -longitud -6
                            ct=right(ct,longitud)
            end if
                    end if

                    SearchResponse= SearchResponse +"tr>td>"+ ct + "/td>td ALIGN=CENTER
VALIGN=MIDDLE>" + " A HREF=" + "/" + FolderName + "/" + Wfile +"> More /A>/td>/tr>"
          longitud=0
                  ct=""

                  end if
          end if

Next

Response.Write ("html>head>title>
搜索結(jié)果/title>/head>body BGCOLOR=FFFFFF>CENTER>") 

Response.Write ("TABLE BORDER=0 WIDTH=550>tr>td BGCOLOR=C0C0C0>FONT SIZE=5>B>
搜索結(jié)果/B>/FONT>/td>/tr>/TABLE>") 

Response.Write ("TABLE BORDER=0 WIDTH=550>") 
if SearchResponse>"" then 
Response.Write SearchResponse
else
Response.Write ("tr>td>
對(duì)不起,沒(méi)有找到你輸入的條目或關(guān)鍵詞!/td>/tr>")
end if
Response.Write ("/TABLE>")

Response.Write ("TABLE BORDER=0 WIDTH=550>tr>td BGCOLOR=C0C0C0 ALIGN=RIGHT>FONT SIZE=1>
現(xiàn)在調(diào)用專業(yè)搜索引擎A HREF= http://www.yahoo.com.cn/ /A>/FONT>/td>/tr>/TABLE>")

' 任選一個(gè)你喜歡的引擎.

Response.Write ("/CENTER>/body>/html>")

End Sub
%>

 

 

[1]

標(biāo)簽:邯鄲 遵義 威海 雞西 柳州 朔州 中山 襄陽(yáng)

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《如何做一個(gè)只搜索本網(wǎng)站的引擎?》,本文關(guān)鍵詞  如何,做,一個(gè),只,搜索,本網(wǎng),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《如何做一個(gè)只搜索本網(wǎng)站的引擎?》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于如何做一個(gè)只搜索本網(wǎng)站的引擎?的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章