clientX, clientY
onmousemove
window.onload = function loadw() { var b = 0; var e = document.getElementById('Image1'); alert("ok"); e.onmousemove = function movemouse() { b++; alert(b); if (b == 10) element.onmousemove = null; } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)