Node Operation JavaScript DHTML




function function1() {
    var m = document.elementFromPoint(150, 150);
    var n = m.tagName;
    alert("The element located at point (150, 150) is "+n); 
}

Click to reveal element