WEB PAGE COUNTER CGI
SCRIPT USAGE
You are number to view this page!
This sciprt is used to create a counter on your web page. It will count the number of
hits (accesses) to your page. Look at the counter above this paragraph to see an example.
Below is the the code that was used to create the counter on this page.
<img src="/scripts/counter.exe?link=
YOUR_PAGE_URL&style=odometer">
You can cut and paste this code into your HTML file but you will need to change the
URL from "YOUR_PAGE_URL" to the URL of your page.
There are many styles of digits that can be used. The example here uses the
odometer style. This can be changed to any one of the following styles:
Style Name |
Example |
led |
|
odometer |
|
lcd |
|
speckled |
|
noisy |
|
cyan |
|
eggs |
|
halloween |
|
curly |
|
timex |
|
red |
|
orange |
|
chalk |
|
scoreboard |
|
neat |
|
beach |
|
electric |
|
fancy |
|
frozen |
|
handwriting |
|
oldstyle |
|
sf |
|
You can also specify the number of digits to use by default using
the width statement. You can specify 0,1,2,3,4,5,6,7,8, or 9 digits. An example with
width=9 is
<img src="/scripts/counter.exe?link=YOUR_PAGE_URL&style=
odometer&width=9"> |