Nonnoi Solutions
ASP/PageRank Component
CH.1 Overview

ASP/PageRank is a server side COM component that helps web developers to retrieve Google's PageRank value in a web application.
This component is freeware and can be used free of charge for personal and non-personal purposes.
However if you wish to show your appreciation and support its development you can make a donation.
More information about Google PageRank click here:
ASP/PageRank Component
CH.2 Installation
ASP/PageRank Component
CH.3 Reference
Url : String
Set your Url on this property whose want to check page rank.Use "www." for best results.
Example :
Obj.Url = "www.nonnoi.com"


PageRank : Integer
Result of PageRank value. (PageRank is a numeric value that represents how important a page is on the web - scale of 1 to 10)
Example :
Response.write Obj.PageRank & "/10"


ASP/PageRank Component
CH.4 Example
ASP : Get PageRank
<%
Set Obj = Server.CreateObject("nonnoi_ASPPageRank.ASPPageRank")

Obj.Url = "www.nonnoi.com"
response.write "PageRank : "
response.write Obj.PageRank & "/10"

Set Obj = nothing
%>


ASP/PageRank Component
CH.5 Update & Order
 Click here for product news & information.
 Click here for product support or any comment.