'componentFromPoint()' Example : componentFromPoint « Node Operation « JavaScript DHTML





'componentFromPoint()' Example

    
<html>
<body>
<button onclick="alert(this.componentFromPoint(0, 0));">X coordinate</button>
</body>
</html>

    
      
      










Related examples in the same category