Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Counters

Results 1-13 of 13
Display users-online with ASP
Learn how to use global.asa to display the number of users visiting your site. This tutorial can be broken down into two sections, global.asa, and numvis.asp. Before you can begin this tutorial, make sure you
(3 ratings)
Reviews0
PriceFree
Views1085
Disply Number of Unique Visitors Currently on Site
By implementing this code on your site, you can display the number of visitors that are currently browsing your site. It increments a counter every time that a unique session begins on your site and decrements a counter every time that a session ends.
(0 ratings)
Reviews0
PriceFree
Views1588
'accurate' text counter
posted byshedboyinCounters
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.
(3 ratings)
Reviews0
PriceFree
Views2346
Active users
posted byshedboyinCounters
This is a common feature on websites showing that there are x visitors on site at present . This example demonstartes how this is achieved
(6 ratings)
Reviews0
PriceFree
Views2278
text counter
posted byshedboyinCounters
This example uses a flat text file to store the count . Shows the basics of file usage in ASP.
(4 ratings)
Reviews0
PriceFree
Views2113
Simple Text Counter
posted byderekinCounters
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 on the page.
(3 ratings)
Reviews0
PriceFree
Views2717
Simple Counter Using Graphics
posted byderekinCounters
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.
(0 ratings)
Reviews0
PriceFree
Views2215
ASP and current performance values
posted byinfoinCounters
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.
(0 ratings)
Reviews0
PriceFree
Views1955
Simple visitor counter
posted byinfoinCounters
This is a simple text-based visitor counter. It uses the IIS PageCounter object and only shows the total (non-unique) number of hits. This is as easy as it gets: copy-paste 3 lines of code into your page and you're done.
(45 ratings)
Reviews0
PriceFree
Views6582
Counter that returns screeninfo
posted byinfoinCounters
With this script, you can retrieve the users screen resolution and color depth. It writes the screen info and the usual visitors' info to an access database. The script only counts unique users.
(3 ratings)
Reviews0
PriceFree
Views2005
Creating an ASP-driven Page Counter for HTML Pages
posted bygwalkerinCounters
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.
(0 ratings)
Reviews0
PriceFree
Views2767
Dev ASP Hit Counter
posted bydevaspinCounters
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).
(6 ratings)
Reviews0
PriceFree
Views2748
Impression Counter (With a db)
posted byinfoinCounters
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 as the final output to the user. This example will add one to an Access db (to count the number of impressions). The Access db will also add when the impression occurred automatically and redirect will send the user to an image to be displayed in the browser.
(0 ratings)
Reviews0
PriceFree
Views4321
Results 1-13 of 13