日期:2014-05-16  浏览次数:20334 次

求个兼容的写法
js 怎么获得页面任何位置点击事件.
IE
function document.onmousedown() {
  alert(event.clientX);
}

有没有兼容其他浏览器的写法

------解决方案--------------------
http://www.codebit.cn/javascript/mouse-position.html