您现在的位置: 军旅同心-旅游自驾-军旅文学 >> 读书赏析 >> 学习园地 >> 电脑网络 >> 技术文章 >> 正文
使用组件搜索
作者:采集员 文章来源:来源于网络 点击数: 更新时间:2005-9-10 13:52:11
                           Sohu   
                           <input  type="checkbox"  name="goyoyo"  value="goyoyo">
                           Goyoyo</td>
                   </tr>
                   <tr>   
                       <td  height="2"  colspan="2">   
                           <div  align="right">   
                               <input  type="submit"  name="Submit"  value="让我们开始吧"  class="test1">
                           </div>
                       </td>
                   </tr>
               </table>
           </form>
       </td>
   </tr>
   <tr  bordercolor="#FFFFFF">   
       <td  height="20">备注:由于使用了多个搜索引擎检索,所以系统输出的时间较长,请耐心等待...  ...</td>
   </tr>
   <tr  bordercolor="#FFFFFF">
       <td  height="20">
           <div  align="center">建议使用  IE  5.x  800*600访问  ASPCN.COM  版权保留(2000-2001)  <font  
size="2">&copy;</font></div>
       </td>
   </tr>
</table>
</body>
</html>
<!--
页面代码显示结束
数据处理代码显示
-->
<%else
   Server.ScriptTimeout  =  100'设置脚本时间,由于系统输出时间较长所以必须修改脚本代码执行时间
   Set  http  =  Server.CreateObject("AspHTTP.Conn")'连结组件
   keyword=request.form("keyword")'取得搜索关键字
if  request.form("yeah")="yeah"  then'判断是否选择使用yeah搜索引擎
http.Url  =  "http://search.163.com/cgi-bin/search/engine/search.fcgi?key="&keyword'处理搜索地址
http.RequestMethod  =  "GET"'设置取得数据方式"GET,取得数据"
response.write    http.geturl'输出搜索结果
end  if
'以下代码请参考上例的说明,恕不罗嗦
'使用yahoo
if  request.form("yahoo")="yahoo"  then
http.Url  =  "http://google.yahoo.com/bin/query_gb?p="&keyword
http.RequestMethod  =  "GET"
response.write    http.geturl
end  if
'使用sohu
if  request.form("sohu")="sohu"  then
http.Url  ="http://search.sohu.com/cgi-bin/search_main.cgi?
txt_keyword="&keyword&"&page_index=0&fuzzy=0&catagory=main"
http.RequestMethod  =  "GET"
response.write    http.geturl
end  if
'使用goyoyo
if  request.form("goyoyo")="goyoyo"  then
http.Url  ="http://www.goyoyo.com.cn/gyy/query?dbs=guidedbs&code=GB&query="&keyword
http.RequestMethod  =  "GET"
response.write    http.geturl
end  if
set  http=nothing
end  if
'提交数据处理结束
%>

上一页  [1] [2] 


更多
免责声明:作品版权归所属媒体与作者所有!!本站刊载此文不代表同意其说法或描述,仅为提供更多信息。如果您认为我们侵犯了您的版权,请告知!本站立即删除。有异议请联系我们。
文章录入:烟灰缸    责任编辑:烟灰缸 
网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
| 设为首页 | 加入收藏 | 联系站长 | 友情链接 | 网站地图 | 版权申明 | 网站公告 | 管理登录 |