Ein einfach zu verwendender Counter:
- In jede zu zählende ASP-Seite ist die Counter-Datei zu inkludieren:
<!--#include file="counter.inc"-->
- In der Datei "counter.inc" ist eventuell der Pfad zur Datenbank (MS Access ® 2000) anzupassen
- Fertig ;-) der Counter zählt jeden Seitenaufruf
|
An easy to use counter:
- Include the counter file in each countable file:
<!--#include file="counter.inc"-->
- You might have to correct the path to the database (MS Access ® 2000) in the file "counter.inc"
- Ready ;-) the counter counts each pageview
|