Add
a counter to your web page
We have
a simple odometer-like counter you can add to your web page. Although there
are many counters available, and you are welcome to use them, this one has proven
to be simple to use and efficient.
You will
need to integrate the HTML below into your web pages. The code is:
<IMG SRC="http://www.nii.net/cgi-bin/nph-count?width=width&link=link">
where ...
- width
is the number of digits you want displayed in the counter
- link
is the name you want to assign the counter, so you can have more than one
counter, each with a different name
For example,
the code for the counter below looks like
<IMG SRC="http://www.nii.net/cgi-bin/nph-count?width=5&link=counter_howto">
Other arguments
to the program are:
- increase=value
: add the value to the counter (default is to add 1). So if you just want
to show the counter without incrementing it, use increase=0.
- increase=-99999
: reset the counter to zero
- show=NO
: suppress displaying the counter, so you can count the page access without
displaying the counter.