Our stats system counts page views by counting page loads (simple).
We need to count the number of times an email link is clicked. Is this possible? When you click an email link a page does not load. I'm wondering if some kind of 'on click' javascript could activate a counter. Anyone know how to do this?