Setting up a web counter
The DOE has installed a web page counter on our web server that
will count and display the number of hits or visitors you have browsing
your web page. If you would like to use this counter for your web
page (must reside on the DOE web server) then email: nssb@k12.hi.us
and we will set it up for you.
Once it is setup, you can display a web counter on your web page
by including the following html tag. Just cut and paste this tag
where you want it displayed on your page:
<IMG
SRC="/cgi-bin/Count.cgi?df=counter.dat">
Take for example, a counter variable of mycount.dat. You could
use it in your web page html file as:
<p>Visitor
number #<IMG SRC="/cgi-bin/Count.cgi?df=mycount.dat"></p>
Or use it to display the date:
<img src="/cgi-bin/Count.cgi?display=date&tr=Y&trgb=FFFFFF&ft=0&dd=F&prgb=FFFF00"
alt="Date">
For more examples check out:
Sample Counter Designs
http://www.muquit.com/muquit/software/Count/Count.htm |