Document JavaScript DHTML




function function3() {
   myX.innerHTML = window.event.offsetX;
   myY.innerHTML = window.event.offsetY; 

function function1() {
   myDiv.setCapture();
}
function function2() {
   myDiv.releaseCapture();
}


   X Coordinate: 
   0



   Y Coordinate: 
   0


     onmousemove="function3();" 
     onclick="function2();" 
     style="border:solid; width:500; height:200;">
     Click inside the box to disable mouse capture outside the box

Set capture