roboform


Spam: Don't buy it!

Bloggers' Rights at EFF

Archive for May, 2000

Counters for Active Server Pages using XML (part 1)


May 29th, 2000
One of the first questions asked by anyone that has a web page is “How many people are visiting my site?” Or you may ask more sophisticated questions such as “How many people have clicked on this link” or “How many have downloaded this file?” Page counters are quite common these days. There are [...]

Counters for Active Server Pages using XML (part 2)


May 29th, 2000
In Part 1 we looked at a method for storing page counts in an XML file. Here we look at diiferent ways to use a counter. Page Counter Using these functions to count how many times an ASP page is loaded is simple. Include the functions in your ASP page the include statement: <!–#include file="counter.inc.asp"–> [...]