With this script, you can
This tutorial and free script
This article illustrates a
This short tutorial shows you
retrieve the users screen
download guide you line by
technique to provide dynamic
how to write a simple
resolution and color depth.
line through the process of
content generated from an
database driven counter
It writes the screen info
making a hit counter for
ASP page onto a static HTML
using MS Access. Each step
and the usual visitors' info
your web site. Also download
page. Specifically it
is explained in detail.
to an access database. The
the code and tutorial with
explains how to display a
script only counts unique
each line code commented
page counter on a number of
users.
with pre made counter images.
static HTML pages.
Date: Mar, 28 2002 Date: Sep, 03 2001 Date: Apr, 19 2001 Date: Nov, 14 2000 |
You can count the number of
What's behind an image? Just
visitors on your site with a
about anything you there to
very simple ASP code. Create
be including a db. A typical
a file Count.asp with the
image tag downloads an image
following code and add in
to be processed by the
the header of every page
browser an image tag that
useing Server Side
references an active server
Include(SSI).
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.
Date: Jan, 21 2000 Date: Nov, 21 1999 |