【www.gdgbn.com--浏览器】

 
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>




<a href="http://www.gdgbn.com/blist-191-1.html" target="_blank" class="keylink">Google</a> PR值查询程序

输入网址,查询Google PageRank值



 

输入网址
     
     
 



<%
if trim(Request.QueryString("act"))="ok" then
      domain=trim(Request.Form("domain"))
 if domain<>"" then
     Response.Write(""&domain&" 的Google PageRank值为"&getPr(domain)&"")
 end if
end if
Function getPr(domain)
      getContent=GetURL("http://so.5eo.com/pr/rank.asp?domain="&domain)
 getPrLine=RegExpText(getContent,"在Google PageRank满分10分评价中获得.*(d).*分")
 getPr=RegExpText(getPrLine,"sds")
End Function
Function bstr(vIn)
 Dim strReturn,i,ThisCharCode,innerCode,Hight8,Low8,NextCharCode
 strReturn = "" 
 For i = 1 To LenB(vIn)
    ThisCharCode = AscB(MidB(vIn,i,1))
    If ThisCharCode < &H80 Then
     strReturn = strReturn & Chr(ThisCharCode)
    Else
     NextCharCode = AscB(MidB(vIn,i+1,1))
     strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode))
     i = i + 1

本文来源:http://www.gdgbn.com/bangongshuma/7983/