Web Tutorial
asp counters
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 o...
More accurate text counter This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter could increment several times.
Simple Counter Using Graphics This example is a simple counter using graphics to display the numbers that will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file.
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.
Active users This is a common feature on websites showing that there are x visitors on site at present . This example demonstartes how this is achieved
ASP Hit Counter 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 header of every page useing Server Side Include(SSI).
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.
Impression Counter (With a db) 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 browser an image tag that references an active server page can do most anything and output an image to be displayed...
text counter This example uses a flat text file to store the count . Shows the basics of file usage in ASP. Added: 16 March 2007 - Visits: 32 P
asp database related | asp date time | asp development | asp email systems
Free Tutorials & Download Tutorial
You can find any tutorial that you look for on wtutorials.com. Get a free tutorial by browsing the tutorial online and then even download tutorial online. Download Link to the tutorial is free.
Read any tutorial on our web site : Web Tutorials. All tutorials are free !
