onClick="alert(this.id)"
document.body.onclick = function(e){ var el = e ? e.target:event.srcElement; if(el.tagName == "DIV") alert(el.id); }