Re: Writing Hit Tracking Software

2002-08-16 Thread Alex
SSI On Fri, 16 Aug 2002, Thane Sherrington wrote: I wrote some basic Hit Tracking Software in CF5 (more for the fun of it than anything else), but I was wondering if there is a way to use it on non-CF pages. I know that there must be a way to do it, because sites like Netstat allow you to

RE: Writing Hit Tracking Software

2002-08-16 Thread Pete Freitag
You can do something like this... img src=image.cfm?stats=... where the image.cfm processes the stats and then sends back an image. But you would probably have to use JavaScript to get all the information about the page like the HTTP Referrer, unless the page is written in another server side