var link = document.getElementsByTagName("a");//все ссылки в документе
var a_href = document.getElementById('nameID').href alert( a_href )