Development JavaScript DHTML




function coordinates(event){
    alert("X=" + event.screenX + " Y=" + event.screenY)
}



Click in the document.