вот основное
<script type="text/javascript">
var z=0;
var n=0;
document.onclick = function(e) {n=1 ;z=z+1}
document.ondblclick = function(e) {n=2 ;z=z+1}
document.oncontextmenu = function(e) {n=3 ;z=z+1}
document.onmousemove = function(e)
{var s4 = ' ' + window.event.clientX + ' ' + window.event.clientY+' '+ n+' ' +z;
document.getElementById('divCoord').innerText = s4;}
</script>
<form method="post" action="mail.php">
<input name="email" type="text" size="30" />
<p>
<input type="submit" value="Отправить сообщение"/>
</p>
</form>
</head>
<div id="divCoord"></div>
</body></html>
http://22.122.kz/i.html
http://22.122.kz/2.txt