ASP/PageRank is a server side COM component that helps web developers to retrieve Google's PageRank value in a web application.
|
More information about Google PageRank click here:
ASP/PageRank Component |
CH.2 |
Installation |
for zip file:
- Login as Administrator or Power User.
- Unzip the aspPageRank.zip file extract to a directory.
- copy register.bat and nonnoi_ASPPageRank.dll to the WINNT\SYSTEM32 (or WINDOWS\SYSTEM on Win95/98 or WINDOWS\SYSTEM32 on WinXP Home) directory
- run register.bat
- Done!
for setup(.exe) file: (Recommended !)
- Login as Administrator or Power User.
- run setup_aspPageRank.exe
- Follow instructions of the installer
- Done!
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.