JavaScript DHTML/Node Operation/componentFromPoint
Версия от 10:02, 26 мая 2010; (обсуждение)
"componentFromPoint()" Example
<html>
<body>
<button onclick="alert(this.ruponentFromPoint(0, 0));">X coordinate</button>
</body>
</html>
<html>
<body>
<button onclick="alert(this.ruponentFromPoint(0, 0));">X coordinate</button>
</body>
</html>