【正文】
如何做一個(gè)只搜索本網(wǎng)站的引擎? 用下面兩個(gè)文件即可實(shí)現(xiàn): html head title精彩春風(fēng)之本網(wǎng)搜索引擎 /title /head body form method=POST action=cgibin/ 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 % SearchTerm = (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)容過于簡(jiǎn)單 ,請(qǐng)返回重試 ! if instr(SearchTerm,Novalid)=0 then Response. Write (CENTERH2搜索結(jié)果 /H2/CENTER)