Creating an ASP-driven Page Counter for HTML Pages
This article illustrates a technique to provide dynamic content generated from an ASP page onto a static HTML page. Specifically it explains how to display a page counter on a number of static HTML pages.
http://www.4guysfromrolla.com/webtech/041801-1.shtml
(Rating: 0.00 Votes: 0)
Rate ItReview It
Impression Counter (With a db)
Whats behind an image\? Just about anything you there to be including a db. A typical image tag downloads an image to be processed by the browser an image tag that references an active server page can do most anything and output an image to be displayed as the final output to the user. This example will add one to an Access db (to count the number of impressions). The Access db will also add when the impression occurred automatically and redirect will send the user to an image to be displayed in the browser.
Price: Free
http://codeave.com/asp/code.asp?u_log=32
(Rating: 0.00 Votes: 0)
Rate ItReview It
Page Counter
Counters are popular among the web developers. They are used to count the number of visitors (or hits) to a particular page. We can program a attractive graphical counter or a hidden one whose reading can be sent to the owner by email. This simple tutorial describes how to create your own counter using a text file.
http://www.programmersresource.com/articles/counter.asp
(Rating: 0.00 Votes: 0)
Rate ItReview It
Simple Database Hit Counter
This short tutorial shows you how to write a simple database driven counter using MS Access. Each step is explained in detail.
http://www.askasp.com/articles.asp?ArtID=33
(Rating: 0.00 Votes: 0)
Rate ItReview It
The Basics of an ASP Counter
This is a great tutorial that will show you the basics of how a counter works. It even uses cookies to prevent false hits from being counted. It could be used as a base for a more complicated counter because it is easily expandable to record more values per hit or it can be a self-functioning counter by itself.
Version: 1.0
Platform: Win NT
http://www.leenas.net/asp/tutorials/basiccounter.asp
(Rating: 0.00 Votes: 0)
Rate ItReview It