|
Creating an ASP-driven Page Counter for HTML Pages
|
Other links at ASP > Tutorials > Counters |
| 1. |
ASP and current performance values
|
|
|
Want to show current number of users on your ASP page? This article lets you show a way to access IIS/ASP performance values from ASP. Source to show current number of anonymous users or main IIS performance values in HTML, values from other computers.
|
| 2. |
ASP Daily Hit Counter
|
|
|
A simple ASP Daily Hit Counter for your simple or e-commerce site using ASP Date function, trim function and application variables.
|
| 3. |
text counter
|
|
|
This example uses a flat text file to store the count . Shows the basics of file usage in ASP.
|
| 4. |
Simple Text Counter
|
|
|
This example is a simple text based counter that will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file. It first reads the current number in the file and adds one to it, then displays it as text on the page.
|
| 5. |
Simple visitor counter
|
|
|
This is a simple text-based visitor counter. It uses the IIS PageCounter object and only shows the total (non-unique) number of hits. This is as easy as it gets: copy-paste 3 lines of code into your page and youre done.
|
|
|