当前位置:七道奇文章资讯网站建设网站编程
日期:2010-08-25 09:41:00  来源:本站整理

判断能否是蜘蛛的asp代码[网站编程]

赞助商链接



  本文“判断能否是蜘蛛的asp代码[网站编程]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:

判断能否为搜索引擎蜘蛛的asp代码以下:

  1. <%  
  2. function GetBot()  
  3. '查询蜘蛛  
  4. dim s_agent  
  5. GetBot=""  
  6. s_agent=Request.ServerVariables("HTTP_USER_AGENT") ‘关键判断语句  
  7. if instr(1,s_agent,"谷歌bot",1) >0 then  
  8. GetBot="谷歌"  
  9. end if  
  10. if instr(1,s_agent,"msnbot",1) >0 then  
  11. GetBot="MSN"  
  12. end if  
  13. if instr(1,s_agent,"slurp",1) >0 then  
  14. GetBot="Yahoo"  
  15. end if  
  16. if instr(1,s_agent,"百度spider",1) >0 then  
  17. GetBot="百度"  
  18. end if  
  19. if instr(1,s_agent,"sohu-search",1) >0 then  
  20. GetBot="Sohu"  
  21. end if  
  22. if instr(1,s_agent,"lycos",1) >0 then  
  23. GetBot="Lycos"  
  24. end if  
  25. if instr(1,s_agent,"robozilla",1) >0 then  
  26. GetBot="Robozilla"  
  27. end if  
  28. end function  
  29. if GetBot="百度" then  
  30. '给百度定制的内容  
  31. elseif GetBot="谷歌" then  
  32. '给谷歌 定制的内容  
  33. end if  
  34. %>  

  以上是“判断能否是蜘蛛的asp代码[网站编程]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
  • 判断能否是蜘蛛的asp代码
  • 本文地址: 与您的QQ/BBS好友分享!
    • 好的评价 如果您觉得此文章好,就请您
        0%(0)
    • 差的评价 如果您觉得此文章差,就请您
        0%(0)

    文章评论评论内容只代表网友观点,与本站立场无关!

       评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
    Copyright © 2020-2022 www.xiamiku.com. All Rights Reserved .