elem = document.getElementByTegName('a'); elem.onclick = function() { alert( this .href ) // this - текущий; }