A lot of the scripts here, including download counters/access counters don't include what I'm looking for. I have an image that refreshes through a meta tag, and the same image that refreshes through a java applet. I'd like to count the number of times the image has been downloaded by clients. Is there a way to do that? I know on the meta refresh, I could just simply put a counter on the page, since each time it refreshes would be a new hit..
But the java refresh simply downloads the image from my server and pushes it to clients. I'd like to count that too..