Click to See Complete Forum and Search --> : hit counter


leprkn
08-05-2003, 04:49 PM
anyone know of an easy way to make a hit counter? nothing fancy, just text that displays how many visitors to a site. i can do it with asp and vbscript but stumped as to how to use js and html. help anyone?

AdamBrill
08-05-2003, 05:12 PM
It can't be done with JS and HTML. Neither of them have access to files, so you couldn't do it with them. Like you said, you can do it with ASP(or any other server-side language), but you can't do it with JS...