So cunning etc etc
Well, IE is having a crashy day so I’m posting with NS6. It wouldn’t be too bad except that I actually have some work to do.
This is the cunning bit, it’s the javascript used by xiti.com to create stats:
hsh = new Date();
hsd = document;
hsi = '<a href="http://www.xiti.com/xiti.asp?s=12835">'
hsi += '<img width=39 height=25 border=0 align=center hspace=5 vspace=10 src="http://loga.xiti.com/hit.xiti?s=12835'
hsi += '&p=&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{s=screen;hsi += '&r=' + s.width + 'x' + s.height + 'x' + s.pixelDepth + 'x' + s.colorDepth;}
hsd.writeln(hsi + '&ref=' + hsd.referrer.replace('&', '$') + '" alt="Mesurez votre audience"></a>');
Note use of image tag to send the collected info back to the server.