| Showing 1 - 9 from 9 tutorials on Page 1. |  | |
| | | 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... | | Added: 21 March 2007 - Visits: 147 | | | | | | | | 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. | | Added: 20 March 2007 - Visits: 114 | | | | | | | | 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. | | Added: 19 March 2007 - Visits: 130 | | | | | | | | 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. | | Added: 19 March 2007 - Visits: 128 | | | | | | | | 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 | | Added: 18 March 2007 - Visits: 123 | | | | | | | | 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). | | Added: 17 March 2007 - Visits: 121 | | | | | | | | 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. | | Added: 17 March 2007 - Visits: 116 | | | | | | | | 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... | | Added: 16 March 2007 - Visits: 80 | | | | | | | | 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: 101 | | | | | |