- 1,251 categories
- 40,829 scripts
- 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
- 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.
- Counting how many users you currently have viewing your website is a neat thing to add to your site and it''s simple. In order to create this script, you must learn about session, application objects and the global.asa file.
- This is a common feature on websites showing that there are x visitors on site at present . This example demonstartes how this is achieved
- 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.
- This example uses a flat text file to store the count . Shows the basics of file usage in ASP.
- 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.
- 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 tex...
- 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.
- 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.
Page: