<html>
<head>
<script type="text/javascript">
function raton(e) {
x = e.clientX;
y = e.clientY;
document.getElementById('co').innerHTML = x+'-'+y;
}
</script>
</head>
<body onmousemove="raton(event)">
<p id="co"></p>
</body>
</html>
martes, 17 de noviembre de 2009
Coordenadas del raton con Javascript
Suscribirse a:
Entradas (Atom)
Archivo del blog
-
►
2014
(13)
- ► septiembre (2)