Advertisment
This is a common feature on websites showing that there are x visitors on site at present . This example demonstartes how this is achieved
Views: 1047 | | by Stephen
ASP - Counters
This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter...
Views: 987 | | by Jarry
ASP - Counters
This example uses a flat text file to store the count . Shows the basics of file usage in ASP.
Views: 1068 | | by Isac
ASP - Counters
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...
Views: 976 | | by Tutorial
ASP - Counters
This article illustrates a technique to provide dynamic content generated from an ASP page onto a static HTML page. Specifically it explains how to...
Views: 897 | | by Sarah
ASP - Counters
What's 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...
Views: 964 | | by Tutorial
ASP - Counters
You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the...
Views: 1031 | | by Jarry
ASP - Counters