<script>
function f1()
{
alert("x="+window.event.x+",y="+window.event.y);
}
</script>
<DIV>
<P>M
<input type=text onmouseover ="f1()"  ID=s>.</DIV>