PHP- Kodu:

<script type="text/javascript">


<!--


function mouseMoving(e){


if( window.event){


actual_x = ********.body.scrollLeft+window.event.clientX;


actual_y = ********.body.scrollTop+window.event.clientY;


}else{


actual_x = e.pageX;


actual_y = e.pageY;


}