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 shareware version without limitations on functionality or time.You can fully develop and test your application before purchasing this product, the only limitation is component works when client requests from the IP 127.0.0.1 or ServerIP, No requests from other IP addresses will be served. If you want to remove limitations then you have to register it for US$20.

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"


RegisterName
if you already registered this product, input your name (company name or customer name) here.
** you must set this value before call PageRank method.

RegisterKey
if you already registered this product, input your registration key here.
** you must set this value before call PageRank method.


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 : Get PageRank (Registered User):
<%
Set Obj = Server.CreateObject("nonnoi_ASPPageRank.ASPPageRank")

Obj.Url = "www.nonnoi.com"
Obj.RegisterName = "Nonnoi"
Obj.RegisterKey = "0123456-789"

response.write "PageRank : "
response.write Obj.PageRank & "/10"

Set Obj = nothing
%>


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