Event JavaScript DHTML




function whichElement(event){
    var tname
    tname=event.srcElement.tagName
    alert("You clicked on a " + tname + " element.")
}



Click in the document. 


This is a header


This is a paragraph


    width="50" height="50" alt="Ball">