• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:9    Start  Previous  Next  Last    goto:
    ASP Hit Counter
    ON: 2007-06-25 11:45:45
    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).
    11 times | category:
    Impression Counter (With a db)
    ON: 2007-06-25 11:41:32
    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.
    3 times | category:
    Creating an ASP-driven Page Counter for HTML Pages
    ON: 2007-06-25 11:38:17
    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.
    5 times | category:
    ASP and current performance values
    ON: 2007-06-25 11:36:36
    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
    2 times | category:
    Simple Counter Using Graphics
    ON: 2007-06-25 11:29:28
    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 times | category:
    Simple Text Counter
    ON: 2007-06-25 11:28:46
    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 times | category:
    text counter
    ON: 2007-06-25 11:27:10
    This example uses a flat text file to store the count . Shows the basics of file usage in ASP.
    2 times | category:
    More accurate text counter
    ON: 2007-06-25 11:25:44
    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.
    2 times | category:
    Active users
    ON: 2007-06-25 11:22:09
    This is a common feature on websites showing that there are x visitors on site at present . This example demonstartes how this is achieved
    2 times | category:
    this:1/1 25records  total:9    Start  Previous  Next  Last    goto: