An image tag that references an active server page can do most anything you want on the server side and output an image to be displayed to the user. This example will track the number of times and image is displayed without the need for a db. Author: CodeAve.com Code: ASP 2.0 & VBScript
This example will create a very simple page counter. It gets incremented every time the page is loaded and if the server is shutdown the count is lost. Author: Manohar Kamath Code: ASP 2.0 & VBScript