If you want to use counters with strictly HTML, it is not possible. That is because you need (a) a file or a db to store the info and the counters and (b) some logic to collect the data, such as (I assume) date/time, ip address, browser, page visited, etc.
Your server provider may keep details on visitors as a service. But if you want to collect, store and display the visitor's data yourself, you have to use some server-side language, like ASP, PHP.
Ronald
|