Here is a code that start value to a specific value.
In the code i have started its value from 10000
Dim objPageCount
Set objPageCount = Server.CreateObject("MSWC.PageCounter")
objPageCount.PageHit()
dim hit
hit=objPageCount.Hits()+ 10000
Response.Write "Site Visitors: " & hit & ""
Happy Programming
Thursday, March 1, 2007
0 comments:
Post a Comment
Your feedback is very important to me. Please provide your feedback via putting comments.